4 references to ReadByte
dotnet (4)
Commands\Test\MTP\IPC\Serializers\HandshakeMessageSerializer.cs (1)
21
properties.Add(
ReadByte
(stream), ReadString(stream));
Commands\Test\MTP\IPC\Serializers\TestResultMessagesSerializer.cs (2)
186
state =
ReadByte
(stream);
251
state =
ReadByte
(stream);
Commands\Test\MTP\IPC\Serializers\TestSessionEventSerializer.cs (1)
45
type =
ReadByte
(stream);