2 references to Parent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeDescriptorExtensions.cs (1)
51return parameter.Parent.Parent.Kind == TagHelperKind.ITagHelper;
Language\Intermediate\TagHelperDirectiveAttributeParameterIntermediateNode.cs (1)
21public BoundAttributeDescriptor BoundAttribute => BoundAttributeParameter.Parent;