2 instantiations of VSInternalRelatedDocumentReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (1)
75
progress.Report(new
VSInternalRelatedDocumentReport
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
RelatedDocuments\RelatedDocumentsTests.cs (1)
162
new
()
9 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; }
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
RelatedDocuments\RelatedDocumentsTests.cs (5)
22
private static async Task<
VSInternalRelatedDocumentReport
[]> RunGetRelatedDocumentsAsync(
27
BufferedProgress<
VSInternalRelatedDocumentReport
[]>? progress = useProgress ? BufferedProgress.Create<
VSInternalRelatedDocumentReport
[]>(null) : null;
28
var spans = await testLspServer.ExecuteRequestAsync<VSInternalRelatedDocumentParams,
VSInternalRelatedDocumentReport
[]>(
160
var expectedResult = new
VSInternalRelatedDocumentReport
[]