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