1 write to DisplayName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\AllowedChildTagDescriptor.cs (1)
21
DisplayName
= displayName;
5 references to DisplayName
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\AllowedChildTagDescriptor.cs (2)
27
builder.Append(
DisplayName
);
42
=>
DisplayName
?? base.ToString()!;
rzc (3)
Json\ObjectReaders_TagHelpers.cs (1)
131
var displayName = reader.ReadNonNullString(nameof(AllowedChildTagDescriptor.
DisplayName
));
Json\ObjectWriters_TagHelpers.cs (2)
155
writer.Write(nameof(value.
DisplayName
), value.
DisplayName
);