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