4 writes to ResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
32
ResultId
= resultId,
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
39
ResultId
= resultId,
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
33
=> new VSInternalDiagnosticReport { Diagnostics = diagnostics,
ResultId
= resultId };
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
32
=> new VSInternalWorkspaceDiagnosticReport { TextDocument = identifier, Diagnostics = diagnostics,
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))];