1 instantiation of NonLocalDiagnosticsAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\NonLocalDiagnosticTests.cs (1)
73
new
NonLocalDiagnosticsAnalyzer
())));
3 references to NonLocalDiagnosticsAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\NonLocalDiagnosticTests.cs (3)
49
Assert.Equal(
NonLocalDiagnosticsAnalyzer
.NonLocalDescriptor.Id, orderedDiagnostics[0].Code);
50
Assert.Equal(
NonLocalDiagnosticsAnalyzer
.CompilationEndDescriptor.Id, orderedDiagnostics[1].Code);
68
protected override TestComposition Composition => base.Composition.AddParts(typeof(
NonLocalDiagnosticsAnalyzer
));