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