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