1 implementation of GetImplementationAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
GoToImplementation\RemoteGoToImplementationService.cs (1)
31public ValueTask<RemoteResponse<LspLocation[]?>> GetImplementationAsync(
2 references to GetImplementationAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (1)
64service.GetImplementationAsync(solutionInfo, razorDocument.Id, position, cancellationToken),
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (1)
64service.GetImplementationAsync(solutionInfo, razorDocument.Id, position, cancellationToken),