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