29 references to ReadUShort
dotnet (29)
Commands\Test\MTP\IPC\Serializers\CommandLineOptionMessagesSerializer.cs (4)
49ushort fieldCount = ReadUShort(stream); 53int fieldId = ReadUShort(stream); 86int fieldCount = ReadUShort(stream); 90int fieldId = ReadUShort(stream);
Commands\Test\MTP\IPC\Serializers\DiscoveredTestMessagesSerializer.cs (6)
89ushort fieldCount = ReadUShort(stream); 93int fieldId = ReadUShort(stream); 137int fieldCount = ReadUShort(stream); 141int fieldId = ReadUShort(stream); 215int fieldCount = ReadUShort(stream); 219int fieldId = ReadUShort(stream);
Commands\Test\MTP\IPC\Serializers\FileArtifactMessagesSerializer.cs (4)
62ushort fieldCount = ReadUShort(stream); 66int fieldId = ReadUShort(stream); 102int fieldCount = ReadUShort(stream); 106int fieldId = ReadUShort(stream);
Commands\Test\MTP\IPC\Serializers\HandshakeMessageSerializer.cs (1)
17ushort fieldCount = ReadUShort(stream);
Commands\Test\MTP\IPC\Serializers\TestInProgressMessagesSerializer.cs (4)
46ushort fieldCount = ReadUShort(stream); 50int fieldId = ReadUShort(stream); 86int fieldCount = ReadUShort(stream); 90int fieldId = ReadUShort(stream);
Commands\Test\MTP\IPC\Serializers\TestResultMessagesSerializer.cs (8)
118ushort fieldCount = ReadUShort(stream); 122int fieldId = ReadUShort(stream); 168int fieldCount = ReadUShort(stream); 172int fieldId = ReadUShort(stream); 233int fieldCount = ReadUShort(stream); 237int fieldId = ReadUShort(stream); 297int fieldCount = ReadUShort(stream); 305int fieldId = ReadUShort(stream);
Commands\Test\MTP\IPC\Serializers\TestSessionEventSerializer.cs (2)
35ushort fieldCount = ReadUShort(stream); 39ushort fieldId = ReadUShort(stream);