2 instantiations of VSInternalRelatedDocumentReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (2)
120progress.Report(new VSInternalRelatedDocumentReport 137progress.Report(new VSInternalRelatedDocumentReport { ResultId = requestParams.PreviousResultId });
4 references to VSInternalRelatedDocumentReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (2)
34: ILspServiceRequestHandler<VSInternalRelatedDocumentParams, VSInternalRelatedDocumentReport[]?>, 70public async Task<VSInternalRelatedDocumentReport[]?> HandleRequestAsync(
Protocol\Internal\VSInternalRelatedDocumentParams.cs (2)
13internal sealed class VSInternalRelatedDocumentParams : VSInternalStreamingParams, IPartialResultParams<VSInternalRelatedDocumentReport[]> 25public IProgress<VSInternalRelatedDocumentReport[]>? PartialResultToken { get; set; }