1 type derived from VSInternalTextPresentationParams
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Protocol\DocumentPresentation\TextPresentationParams.cs (1)
9internal class TextPresentationParams : VSInternalTextPresentationParams, IPresentationParams
1 instantiation of VSInternalTextPresentationParams
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostTextPresentationEndpointTest.cs (1)
57var request = new VSInternalTextPresentationParams()
7 references to VSInternalTextPresentationParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalMethods.cs (1)
67public static readonly LspRequest<VSInternalTextPresentationParams, WorkspaceEdit?> TextDocumentTextPresentation = new(TextDocumentTextPresentationName);
Microsoft.VisualStudio.LanguageServices.Razor (5)
LanguageClient\Cohost\CohostTextPresentationEndpoint.cs (5)
26: AbstractCohostDocumentEndpoint<VSInternalTextPresentationParams, WorkspaceEdit?>(incompatibleProjectService), IDynamicRegistrationProvider 49protected override RazorTextDocumentIdentifier? GetRazorTextDocumentIdentifier(VSInternalTextPresentationParams request) 52protected override async Task<WorkspaceEdit?> HandleRequestAsync(VSInternalTextPresentationParams request, TextDocument razorDocument, CancellationToken cancellationToken) 54var workspaceEdit = await _requestInvoker.MakeHtmlLspRequestAsync<VSInternalTextPresentationParams, WorkspaceEdit>( 84public Task<WorkspaceEdit?> HandleRequestAsync(VSInternalTextPresentationParams request, TextDocument razorDocument, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostTextPresentationEndpointTest.cs (1)
57var request = new VSInternalTextPresentationParams()