9 references to IsParameterizedChildContentProperty
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\ComponentChildContentIntermediateNode.cs (1)
20
public bool IsParameterized => BoundAttribute?.
IsParameterizedChildContentProperty
() ?? false;
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
574
if (attribute.
IsParameterizedChildContentProperty
())
Microsoft.CodeAnalysis.Razor.UnitTests (7)
ComponentTagHelperProducerTest.cs (7)
863
Assert.False(attribute.
IsParameterizedChildContentProperty
());
918
Assert.True(a.
IsParameterizedChildContentProperty
());
988
Assert.True(a.
IsParameterizedChildContentProperty
());
1055
Assert.True(a.
IsParameterizedChildContentProperty
());
1132
Assert.True(a.
IsParameterizedChildContentProperty
());
1209
Assert.True(a.
IsParameterizedChildContentProperty
());
1290
Assert.True(a.
IsParameterizedChildContentProperty
());