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