4 references to DictionaryAnalyzerConfigOptions
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (3)
1049builder.Add(syntaxTree, new DictionaryAnalyzerConfigOptions(options)); 1064builder.Add(additionalFiles[i], new DictionaryAnalyzerConfigOptions(options)); 1083analyzerConfigProvider = analyzerConfigProvider.WithGlobalOptions(new DictionaryAnalyzerConfigOptions(analyzerConfigSet.GetOptionsForSourcePath(string.Empty).AnalyzerOptions));
DiagnosticAnalyzer\DictionaryAnalyzerConfigOptions.cs (1)
15public static DictionaryAnalyzerConfigOptions Empty { get; } = new DictionaryAnalyzerConfigOptions(EmptyDictionary);