8 references to Parent
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Extensions\DefaultTagHelperTargetExtension.cs (6)
79if (context.Parent as TagHelperIntermediateNode == null) 115if (context.Parent as TagHelperIntermediateNode == null) 134if (context.Parent as TagHelperIntermediateNode == null) 177if (context.Parent as TagHelperIntermediateNode == null) 253var tagHelperNode = context.Parent as TagHelperIntermediateNode; 254if (context.Parent == null)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
57if (context.Parent as TagHelperIntermediateNode == null) 88var tagHelperNode = context.Parent as TagHelperIntermediateNode;