1 write to CurrentParentTagName
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\AttributeCompletionContext.cs (1)
37CurrentParentTagName = currentParentTagName;
2 references to CurrentParentTagName
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\TagHelperCompletionService.cs (2)
44var tagHelpersForTag = TagHelperFacts.GetTagHelpersGivenTag(documentContext, completionContext.CurrentTagName, completionContext.CurrentParentTagName); 58completionContext.CurrentParentTagName,