1 write to TagOutputHint
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperDescriptor.cs (1)
80
TagOutputHint
= tagOutputHint;
5 references to TagOutputHint
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperDescriptor.cs (2)
110
builder.Append(
TagOutputHint
);
212
TypeNameObject, DocumentationObject,
TagOutputHint
,
rzc (3)
Json\ObjectReaders_TagHelpers.cs (1)
24
var tagOutputHint = reader.ReadStringOrNull(nameof(TagHelperDescriptor.
TagOutputHint
));
Json\ObjectWriters_TagHelpers.cs (2)
23
writer.WriteIfNotNull(nameof(value.
TagOutputHint
), value.
TagOutputHint
);