2 instantiations of 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));
1 reference to DictionaryAnalyzerConfigOptions
Microsoft.CodeAnalysis.CodeStyle (1)
DictionaryAnalyzerConfigOptions.cs (1)
15
public static
DictionaryAnalyzerConfigOptions
Empty { get; } = new DictionaryAnalyzerConfigOptions(EmptyDictionary);