2 references to _tagHelperSearchEngine
Microsoft.CodeAnalysis.Razor.Workspaces (2)
GoToDefinition\AbstractDefinitionService.cs (2)
52Debug.Assert(_tagHelperSearchEngine is not null, "If includeMvcTagHelpers is true, _tagHelperSearchEngine must not be null."); 54var tagHelperLocations = await _tagHelperSearchEngine.TryLocateTagHelperDefinitionsAsync(boundTagHelperResults, documentSnapshot, solutionQueryOperations, cancellationToken).ConfigureAwait(false);