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