4 references to IsTypeParameterProperty
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentLoweringPass.cs (2)
318if (!attr.IsTypeParameterProperty()) 724if (node.TagHelper.IsGenericTypedComponent() && node.BoundAttribute.IsTypeParameterProperty())
Language\Components\TagHelperDescriptorExtensions.cs (2)
72if (boundAttribute.IsTypeParameterProperty() && 156if (attribute.IsTypeParameterProperty())