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