1 write to BoundAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
27
BoundAttribute
= propertyNode.BoundAttribute;
6 references to BoundAttribute
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (3)
145
otherPropertyNode.
BoundAttribute
.Equals(propertyNode.
BoundAttribute
) &&
162
var dictionaryKey = node.AttributeName.Substring(node.
BoundAttribute
.IndexerNamePrefix.Length);
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (3)
48
public TagHelperDescriptor TagHelper =>
BoundAttribute
.Parent;
90
formatter.WriteProperty(nameof(
BoundAttribute
),
BoundAttribute
?.DisplayName);