8 references to Parent
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Extensions\DefaultTagHelperTargetExtension.cs (6)
80if (context.Parent as TagHelperIntermediateNode == null) 123if (context.Parent as TagHelperIntermediateNode == null) 145if (context.Parent as TagHelperIntermediateNode == null) 191if (context.Parent as TagHelperIntermediateNode == null) 274var tagHelperNode = context.Parent as TagHelperIntermediateNode; 275if (context.Parent == null)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
57if (context.Parent as TagHelperIntermediateNode == null) 88var tagHelperNode = context.Parent as TagHelperIntermediateNode;