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