6 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)
428
if (attribute.BoundAttribute != null && !attribute.BoundAttribute.
IsGenericTypedProperty
())
451
if (childContent.BoundAttribute != null && !childContent.BoundAttribute.
IsGenericTypedProperty
())
532
!node.BoundAttribute.
IsGenericTypedProperty
())