5 references to BoundAttributes
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\TagHelperDescriptorBuilder.cs (2)
131
BoundAttributes
.Add(builder);
169
BoundAttributes
.ToImmutable(),
Language\TagHelperDescriptorBuilder_Pooling.cs (1)
46
BoundAttributes
.Clear();
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (2)
176
if (builder.
BoundAttributes
.Any(static a => a.IsParameterizedChildContentProperty()) &&
177
!builder.
BoundAttributes
.Any(static a => string.Equals(a.Name, ComponentHelpers.ChildContent.ParameterAttributeName, StringComparison.OrdinalIgnoreCase)))