2 references to TryGetUInt16
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
630
if (
TryGetUInt16
(out ushort value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
121
success = Value.
TryGetUInt16
(out ushort result);