4 references to GetNearestAncestorTagInfo
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Completion\TagHelperCompletionProvider.cs (2)
181var (ancestorTagName, ancestorIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors); 275var (ancestorTagName, ancestorIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors);
Hover\HoverFactory.cs (2)
71var (parentTag, parentIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors); 108var (parentTag, parentIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors);