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