5 writes to BoundAttribute
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (4)
152
BoundAttribute
= attribute,
203
BoundAttribute
= attribute,
257
BoundAttribute
= attribute,
267
BoundAttribute
= attribute,
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);