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