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