1 write to NameWithAttributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\TypeParameterMetadata.cs (1)
41
NameWithAttributes
= NameWithAttributes
5 references to NameWithAttributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentNodeWriter.cs (1)
362
if (attribute.Metadata is TypeParameterMetadata {
NameWithAttributes
: string withAttributes })
Language\Components\TypeParameterMetadata.cs (1)
27
builder.Append(
NameWithAttributes
);
rzc (3)
Json\ObjectReaders_TagHelpers.cs (1)
242
NameWithAttributes = reader.ReadStringOrNull(nameof(TypeParameterMetadata.
NameWithAttributes
))
Json\ObjectWriters_TagHelpers.cs (2)
213
writer.WriteIfNotNull(nameof(metadata.
NameWithAttributes
), metadata.
NameWithAttributes
);