2 references to TryGetUInt64
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
831if (!TryGetUInt64(out ulong value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
128success = Value.TryGetUInt64(out ulong result);