2 references to _descriptor
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\WorkspaceProjectDiagnosticsTests.cs (2)
78
=> ImmutableArray.Create(
_descriptor
);
87
=> context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, location: null, "args"));