1 write to IsGenericTyped
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\PropertyMetadata.cs (1)
51IsGenericTyped = IsGenericTyped,
2 references to IsGenericTyped
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\PropertyMetadata.cs (1)
29builder.Append(IsGenericTyped);
Language\Components\TagHelperBoundAttributeDescriptorExtensions.cs (1)
24=> attribute.Metadata is PropertyMetadata { IsGenericTyped: true };