6 references to IsGenericTypedProperty
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentGenericTypePass.cs (3)
273if (!boundAttribute.IsGenericTypedProperty()) 337if (attribute.BoundAttribute?.IsGenericTypedProperty() == true && attribute.TypeName != null) 397if (childContent.BoundAttribute?.IsGenericTypedProperty() == true && childContent.TypeName != null)
Language\Components\ComponentNodeWriter.cs (3)
428if (attribute.BoundAttribute != null && !attribute.BoundAttribute.IsGenericTypedProperty()) 451if (childContent.BoundAttribute != null && !childContent.BoundAttribute.IsGenericTypedProperty()) 532!node.BoundAttribute.IsGenericTypedProperty())