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