1 instantiation of VSInternalWrapWithTagParams
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostWrapWithTagEndpointTest.cs (1)
209var request = new VSInternalWrapWithTagParams(
6 references to VSInternalWrapWithTagParams
Microsoft.VisualStudio.LanguageServices.Razor (5)
LanguageClient\Cohost\CohostWrapWithTagEndpoint.cs (5)
36: AbstractCohostDocumentEndpoint<VSInternalWrapWithTagParams, VSInternalWrapWithTagResponse?>(incompatibleProjectService) 47protected override RazorTextDocumentIdentifier? GetRazorTextDocumentIdentifier(VSInternalWrapWithTagParams request) 50protected override async Task<VSInternalWrapWithTagResponse?> HandleRequestAsync(VSInternalWrapWithTagParams request, TextDocument razorDocument, CancellationToken cancellationToken) 68var htmlResponse = await _requestInvoker.MakeHtmlLspRequestAsync<VSInternalWrapWithTagParams, VSInternalWrapWithTagResponse>( 105public Task<VSInternalWrapWithTagResponse?> HandleRequestAsync(VSInternalWrapWithTagParams request, TextDocument razorDocument, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostWrapWithTagEndpointTest.cs (1)
209var request = new VSInternalWrapWithTagParams(