diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/CachingAnalyzerConfigOptions.cs b/src/Workspaces/Core/Portable/Workspace/Solution/AnalyzerConfigData.cs similarity index 84% rename from src/Workspaces/Core/Portable/Workspace/Solution/CachingAnalyzerConfigOptions.cs rename to src/Workspaces/Core/Portable/Workspace/Solution/AnalyzerConfigData.cs index 6baf54fc7ba5b..c417192872bb6 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/CachingAnalyzerConfigOptions.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/AnalyzerConfigData.cs @@ -2,14 +2,8 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. -using System; -using System.Collections.Generic; using System.Collections.Immutable; -using System.Diagnostics.CodeAnalysis; -using System.Text; using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Diagnostics.Analyzers.NamingStyles; -using Microsoft.CodeAnalysis.Options; namespace Microsoft.CodeAnalysis;