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