8 references to Empty
Microsoft.CodeAnalysis (5)
CommandLine\CommonCompiler.cs (2)
1032Debug.Assert(existing.GetOptions(syntaxTree) == DictionaryAnalyzerConfigOptions.Empty); 1047Debug.Assert(existing.GetOptions(additionalFiles[i]) == DictionaryAnalyzerConfigOptions.Empty);
DiagnosticAnalyzer\CompilerAnalyzerConfigOptionsProvider.cs (3)
16DictionaryAnalyzerConfigOptions.Empty); 29=> _treeDict.TryGetValue(tree, out var options) ? options : DictionaryAnalyzerConfigOptions.Empty; 32=> _treeDict.TryGetValue(textFile, out var options) ? options : DictionaryAnalyzerConfigOptions.Empty;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
1531var analyzerConfigOptionsProvider = new CompilerAnalyzerConfigOptionsProvider(analyzerConfigOptionsPerTreeBuilder.ToImmutable(), DictionaryAnalyzerConfigOptions.Empty);
Diagnostics\GetDiagnosticsTests.cs (2)
686DictionaryAnalyzerConfigOptions.Empty); 732DictionaryAnalyzerConfigOptions.Empty);