4 writes to ResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
32ResultId = resultId,
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
39ResultId = resultId,
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostDocumentPullDiagnosticsEndpoint.cs (2)
89ResultId = Guid.NewGuid().ToString() 165ResultId = Guid.NewGuid().ToString()
2 references to ResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (2)
111return [.. diagnostics.Select(d => new TestDiagnosticResult(d.TextDocument!, d.ResultId!, d.Diagnostics))]; 269return [.. diagnostics.Select(d => new TestDiagnosticResult(vsTextDocumentIdentifier, d.ResultId!, d.Diagnostics))];