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