1 write to NameWithAttributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\TypeParameterMetadata.cs (1)
41NameWithAttributes = NameWithAttributes
2 references to NameWithAttributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentNodeWriter.cs (1)
364if (attribute.Metadata is TypeParameterMetadata { NameWithAttributes: string withAttributes })
Language\Components\TypeParameterMetadata.cs (1)
27builder.Append(NameWithAttributes);