2 references to TryGetInt16
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
578
if (
TryGetInt16
(out short value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
86
success = Value.
TryGetInt16
(out short result);