1 write to RuntimeKind
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperDescriptor.cs (1)
73
RuntimeKind
= runtimeKind;
6 references to RuntimeKind
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperDescriptor.cs (2)
106
builder.Append((byte)
RuntimeKind
);
211
Flags, Kind,
RuntimeKind
, name, AssemblyName, DisplayName,
Language\TagHelperDescriptorExtensions.cs (1)
19
return tagHelper.
RuntimeKind
== RuntimeKind.ITagHelper;
rzc (3)
Json\ObjectReaders_TagHelpers.cs (1)
17
var runtimeKind = (RuntimeKind)reader.ReadByteOrDefault(nameof(TagHelperDescriptor.
RuntimeKind
), defaultValue: (byte)RuntimeKind.IComponent);
Json\ObjectWriters_TagHelpers.cs (2)
17
writer.WriteIfNotDefault(nameof(value.
RuntimeKind
), (byte)value.
RuntimeKind
, defaultValue: (byte)RuntimeKind.IComponent);