3 instantiations of DictionaryAnalyzerConfigOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\NamingStyles\EditorConfigNamingStyleParserTests.cs (1)
22=> EditorConfigNamingStyleParser.ParseDictionary(new DictionaryAnalyzerConfigOptions(options.ToImmutableDictionary()));
Microsoft.CodeAnalysis.Workspaces (2)
DictionaryAnalyzerConfigOptions.cs (1)
15public static DictionaryAnalyzerConfigOptions Empty { get; } = new DictionaryAnalyzerConfigOptions(EmptyDictionary);
StructuredAnalyzerConfigOptions.cs (1)
66return new Implementation(new DictionaryAnalyzerConfigOptions(options));
2 references to DictionaryAnalyzerConfigOptions
Microsoft.CodeAnalysis.Workspaces (1)
DictionaryAnalyzerConfigOptions.cs (1)
15public static DictionaryAnalyzerConfigOptions Empty { get; } = new DictionaryAnalyzerConfigOptions(EmptyDictionary);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
EditorConfigStorageLocation\NamingStylePreferenceEditorConfigStorageLocationTests.cs (1)
17var options = StructuredAnalyzerConfigOptions.Create(DictionaryAnalyzerConfigOptions.EmptyDictionary);