2 references to TryGetSByte
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
481if (TryGetSByte(out sbyte value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
135success = Value.TryGetSByte(out sbyte result);