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