2 references to TryGetUInt32
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
729if (!TryGetUInt32(out uint value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
114success = Value.TryGetUInt32(out uint result);