20 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)
430if (attribute.BoundAttribute != null && !attribute.BoundAttribute.IsGenericTypedProperty()) 453if (childContent.BoundAttribute != null && !childContent.BoundAttribute.IsGenericTypedProperty()) 534!node.BoundAttribute.IsGenericTypedProperty())
Microsoft.CodeAnalysis.Razor.UnitTests (13)
ComponentTagHelperProducerTest.cs (13)
476Assert.True(a.IsGenericTypedProperty()); 533Assert.True(a.IsGenericTypedProperty()); 539Assert.True(a.IsGenericTypedProperty()); 545Assert.True(a.IsGenericTypedProperty()); 654Assert.True(a.IsGenericTypedProperty()); 758Assert.False(a.IsGenericTypedProperty()); 808Assert.True(a.IsGenericTypedProperty()); 919Assert.False(a.IsGenericTypedProperty()); 989Assert.False(a.IsGenericTypedProperty()); 1056Assert.True(a.IsGenericTypedProperty()); 1133Assert.False(a.IsGenericTypedProperty()); 1210Assert.True(a.IsGenericTypedProperty()); 1291Assert.True(a.IsGenericTypedProperty());
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\Razor\GenerateEventHandlerCodeActionProvider.cs (1)
203if (attribute.IsGenericTypedProperty())