1 instantiation of VSInternalRelatedDocumentParams
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
RelatedDocuments\RelatedDocumentsTests.cs (1)
30new VSInternalRelatedDocumentParams
5 references to VSInternalRelatedDocumentParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (4)
31: ILspServiceRequestHandler<VSInternalRelatedDocumentParams, VSInternalRelatedDocumentReport[]?>, 32ITextDocumentIdentifierHandler<VSInternalRelatedDocumentParams, TextDocumentIdentifier> 38public TextDocumentIdentifier GetTextDocumentIdentifier(VSInternalRelatedDocumentParams requestParams) 42VSInternalRelatedDocumentParams requestParams, RequestContext context, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
RelatedDocuments\RelatedDocumentsTests.cs (1)
28var spans = await testLspServer.ExecuteRequestAsync<VSInternalRelatedDocumentParams, VSInternalRelatedDocumentReport[]>(