1 reference to ComputeValueKind
System.Text.Json (1)
System\Text\Json\Nodes\JsonValueOfTCustomized.cs (1)
26
private protected override JsonValueKind GetValueKindCore() => _valueKind ??=
ComputeValueKind
();