14 references to IsChildContentParameterNameProperty
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentLoweringPass.cs (2)
596if (property.BoundAttribute.IsChildContentParameterNameProperty()) 722if (node.BoundAttribute.IsChildContentParameterNameProperty())
Microsoft.CodeAnalysis.Razor.UnitTests (12)
ComponentTagHelperProducerTest.cs (12)
924Assert.True(a.IsChildContentParameterNameProperty()); 937Assert.True(contextAttribute.IsChildContentParameterNameProperty()); 994Assert.False(a.IsChildContentParameterNameProperty()); 1007Assert.True(contextAttribute.IsChildContentParameterNameProperty()); 1062Assert.True(a.IsChildContentParameterNameProperty()); 1083Assert.True(contextAttribute.IsChildContentParameterNameProperty()); 1139Assert.True(a.IsChildContentParameterNameProperty()); 1160Assert.True(contextAttribute.IsChildContentParameterNameProperty()); 1216Assert.True(a.IsChildContentParameterNameProperty()); 1237Assert.True(contextAttribute.IsChildContentParameterNameProperty()); 1297Assert.True(a.IsChildContentParameterNameProperty()); 1369Assert.True(a.IsChildContentParameterNameProperty());