16 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())
Microsoft.CodeAnalysis.Razor.UnitTests (11)
ComponentTagHelperProducerTest.cs (11)
191Assert.True(a.IsTypeParameterProperty()); 485Assert.True(a.IsTypeParameterProperty()); 550Assert.True(a.IsTypeParameterProperty()); 555Assert.True(a.IsTypeParameterProperty()); 560Assert.True(a.IsTypeParameterProperty()); 663Assert.True(a.IsTypeParameterProperty()); 817Assert.True(a.IsTypeParameterProperty()); 1070Assert.True(a.IsTypeParameterProperty()); 1147Assert.True(a.IsTypeParameterProperty()); 1224Assert.True(a.IsTypeParameterProperty()); 1305Assert.True(a.IsTypeParameterProperty());
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
281boundAttribute.IsTypeParameterProperty())