16 references to IsTypeParameterProperty
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentLoweringPass.cs (2)
318
if (!attr.
IsTypeParameterProperty
())
714
if (node.TagHelper.IsGenericTypedComponent() && node.BoundAttribute.
IsTypeParameterProperty
())
Language\Components\TagHelperDescriptorExtensions.cs (2)
65
if (boundAttribute.
IsTypeParameterProperty
() &&
149
if (attribute.
IsTypeParameterProperty
())
Microsoft.CodeAnalysis.Razor.UnitTests (11)
ComponentTagHelperProducerTest.cs (11)
191
Assert.True(a.
IsTypeParameterProperty
());
485
Assert.True(a.
IsTypeParameterProperty
());
550
Assert.True(a.
IsTypeParameterProperty
());
555
Assert.True(a.
IsTypeParameterProperty
());
560
Assert.True(a.
IsTypeParameterProperty
());
663
Assert.True(a.
IsTypeParameterProperty
());
817
Assert.True(a.
IsTypeParameterProperty
());
1070
Assert.True(a.
IsTypeParameterProperty
());
1147
Assert.True(a.
IsTypeParameterProperty
());
1224
Assert.True(a.
IsTypeParameterProperty
());
1305
Assert.True(a.
IsTypeParameterProperty
());
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
281
boundAttribute.
IsTypeParameterProperty
())