2 writes to ResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
32
ResultId
= resultId,
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
39
ResultId
= resultId,
2 references to ResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (2)
111
return [.. diagnostics.Select(d => new TestDiagnosticResult(d.TextDocument!, d.
ResultId
!, d.Diagnostics))];
269
return [.. diagnostics.Select(d => new TestDiagnosticResult(vsTextDocumentIdentifier, d.
ResultId
!, d.Diagnostics))];