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