1 implementation of TryLocateComponentAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
RazorComponentSearchEngine.cs (1)
42public async Task<IDocumentSnapshot?> TryLocateComponentAsync(
2 references to TryLocateComponentAsync
Microsoft.CodeAnalysis.Razor.Workspaces (2)
GoToDefinition\AbstractDefinitionService.cs (1)
65.TryLocateComponentAsync(boundTagHelper, solutionQueryOperations, cancellationToken)
Rename\RenameService.cs (1)
53.TryLocateComponentAsync(originTagHelpers.Primary, solutionQueryOperations, cancellationToken)