2 references to DetermineValueKindForType
System.Text.Json (2)
System\Text\Json\Nodes\JsonValueOfT.cs (2)
58private static readonly JsonValueKind? s_valueKind = DetermineValueKindForType(typeof(TValue)); 89return DetermineValueKindForType(underlyingType);