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