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