2 instantiations of DictionaryAnalyzerConfigOptions
Microsoft.CodeAnalysis.CodeStyle (2)
DictionaryAnalyzerConfigOptions.cs (1)
15public static DictionaryAnalyzerConfigOptions Empty { get; } = new DictionaryAnalyzerConfigOptions(EmptyDictionary);
StructuredAnalyzerConfigOptions.cs (1)
66return new Implementation(new DictionaryAnalyzerConfigOptions(options));
1 reference to DictionaryAnalyzerConfigOptions
Microsoft.CodeAnalysis.CodeStyle (1)
DictionaryAnalyzerConfigOptions.cs (1)
15public static DictionaryAnalyzerConfigOptions Empty { get; } = new DictionaryAnalyzerConfigOptions(EmptyDictionary);