8 references to Parent
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Extensions\DefaultTagHelperTargetExtension.cs (6)
80if (context.Parent as TagHelperIntermediateNode == null) 116if (context.Parent as TagHelperIntermediateNode == null) 135if (context.Parent as TagHelperIntermediateNode == null) 178if (context.Parent as TagHelperIntermediateNode == null) 254var tagHelperNode = context.Parent as TagHelperIntermediateNode; 255if (context.Parent == null)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
57if (context.Parent as TagHelperIntermediateNode == null) 88var tagHelperNode = context.Parent as TagHelperIntermediateNode;