2 references to _descriptor
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\PullDiagnosticTests.cs (2)
125
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [
_descriptor
];
130
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, context.Tree.GetRoot(context.CancellationToken).GetLocation())));