20 references to IsGenericTypedProperty
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentGenericTypePass.cs (3)
273
if (!boundAttribute.
IsGenericTypedProperty
())
337
if (attribute.BoundAttribute?.
IsGenericTypedProperty
() == true && attribute.TypeName != null)
397
if (childContent.BoundAttribute?.
IsGenericTypedProperty
() == true && childContent.TypeName != null)
Language\Components\ComponentNodeWriter.cs (3)
430
if (attribute.BoundAttribute != null && !attribute.BoundAttribute.
IsGenericTypedProperty
())
453
if (childContent.BoundAttribute != null && !childContent.BoundAttribute.
IsGenericTypedProperty
())
534
!node.BoundAttribute.
IsGenericTypedProperty
())
Microsoft.CodeAnalysis.Razor.UnitTests (13)
ComponentTagHelperProducerTest.cs (13)
476
Assert.True(a.
IsGenericTypedProperty
());
533
Assert.True(a.
IsGenericTypedProperty
());
539
Assert.True(a.
IsGenericTypedProperty
());
545
Assert.True(a.
IsGenericTypedProperty
());
654
Assert.True(a.
IsGenericTypedProperty
());
758
Assert.False(a.
IsGenericTypedProperty
());
808
Assert.True(a.
IsGenericTypedProperty
());
919
Assert.False(a.
IsGenericTypedProperty
());
989
Assert.False(a.
IsGenericTypedProperty
());
1056
Assert.True(a.
IsGenericTypedProperty
());
1133
Assert.False(a.
IsGenericTypedProperty
());
1210
Assert.True(a.
IsGenericTypedProperty
());
1291
Assert.True(a.
IsGenericTypedProperty
());
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\Razor\GenerateEventHandlerCodeActionProvider.cs (1)
203
if (attribute.
IsGenericTypedProperty
())