2 references to DictionaryAnalyzerConfigOptions
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\DictionaryAnalyzerConfigOptions.cs (1)
15
public static DictionaryAnalyzerConfigOptions Empty { get; } = new
DictionaryAnalyzerConfigOptions
(EmptyDictionary);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Diagnostics\StructuredAnalyzerConfigOptions.cs (1)
48
public static readonly StructuredAnalyzerConfigOptions Empty = Create(new
DictionaryAnalyzerConfigOptions
(ImmutableDictionary<string, string>.Empty));