3 references to s_valueKind
System.Text.Json (3)
System\Text\Json\Nodes\JsonValueOfT.cs (3)
57
internal static bool TypeIsSupportedPrimitive =>
s_valueKind
.HasValue;
65
Debug.Assert(
s_valueKind
is not null, "Should only be invoked for types that are supported primitives.");
73
return
s_valueKind
.Value;