8 references to Empty
Microsoft.CodeAnalysis (5)
CommandLine\CommonCompiler.cs (2)
1032
Debug.Assert(existing.GetOptions(syntaxTree) == DictionaryAnalyzerConfigOptions.
Empty
);
1047
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.Emit3.UnitTests (3)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
1531
var analyzerConfigOptionsProvider = new CompilerAnalyzerConfigOptionsProvider(analyzerConfigOptionsPerTreeBuilder.ToImmutable(), DictionaryAnalyzerConfigOptions.
Empty
);
Diagnostics\GetDiagnosticsTests.cs (2)
686
DictionaryAnalyzerConfigOptions.
Empty
);
732
DictionaryAnalyzerConfigOptions.
Empty
);