2 references to TryGetByte
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
531if (TryGetByte(out byte value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
100success = Value.TryGetByte(out byte result);