2 references to 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));