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