8 references to BoundAttribute
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
142WriteContentNode(node, node.AttributeName, node.BoundAttribute.DisplayName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", node.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (4)
100BoundAttribute = node.BoundAttribute; 102PropertyName = node.BoundAttribute.PropertyName; 104TypeName = node.BoundAttribute.IsWeaklyTyped 106: node.BoundAttribute.TypeName;
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (3)
21public TagHelperDescriptor TagHelper => BoundAttribute.Parent; 42formatter.WriteProperty(nameof(BoundAttribute), BoundAttribute.DisplayName);