1 instantiation of CSharpSemanticAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\PullDiagnosticTests.cs (1)
79
var additionalAnalyzers = new DiagnosticAnalyzer[] { new CSharpSyntaxAnalyzer(), new
CSharpSemanticAnalyzer
() };
1 reference to CSharpSemanticAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\PullDiagnosticTests.cs (1)
111
Assert.Equal(
CSharpSemanticAnalyzer
.RuleId, semanticAnalyzerResults.Single().Diagnostics!.Single().Code);