1 instantiation of VSInternalRelatedDocumentReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (1)
77progress.Report(new VSInternalRelatedDocumentReport
4 references to VSInternalRelatedDocumentReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (2)
31: ILspServiceRequestHandler<VSInternalRelatedDocumentParams, VSInternalRelatedDocumentReport[]?>, 41public async Task<VSInternalRelatedDocumentReport[]?> HandleRequestAsync(
Protocol\Internal\VSInternalRelatedDocumentParams.cs (2)
13internal sealed class VSInternalRelatedDocumentParams : IPartialResultParams<VSInternalRelatedDocumentReport[]> 32public IProgress<VSInternalRelatedDocumentReport[]>? PartialResultToken { get; set; }