33 references to ReadUShort
dotnet (33)
Commands\Test\MTP\IPC\Serializers\AzureDevOpsLogMessageSerializer.cs (2)
35
ushort fieldCount =
ReadUShort
(stream);
39
ushort fieldId =
ReadUShort
(stream);
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 (6)
89
ushort fieldCount =
ReadUShort
(stream);
93
int fieldId =
ReadUShort
(stream);
137
int fieldCount =
ReadUShort
(stream);
141
int fieldId =
ReadUShort
(stream);
215
int fieldCount =
ReadUShort
(stream);
219
int fieldId =
ReadUShort
(stream);
Commands\Test\MTP\IPC\Serializers\DisplayMessageSerializer.cs (2)
40
ushort fieldCount =
ReadUShort
(stream);
44
ushort fieldId =
ReadUShort
(stream);
Commands\Test\MTP\IPC\Serializers\FileArtifactMessagesSerializer.cs (4)
66
ushort fieldCount =
ReadUShort
(stream);
70
int fieldId =
ReadUShort
(stream);
106
int fieldCount =
ReadUShort
(stream);
110
int fieldId =
ReadUShort
(stream);
Commands\Test\MTP\IPC\Serializers\HandshakeMessageSerializer.cs (1)
17
ushort fieldCount =
ReadUShort
(stream);
Commands\Test\MTP\IPC\Serializers\TestInProgressMessagesSerializer.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\TestResultMessagesSerializer.cs (8)
126
ushort fieldCount =
ReadUShort
(stream);
130
int fieldId =
ReadUShort
(stream);
176
int fieldCount =
ReadUShort
(stream);
180
int fieldId =
ReadUShort
(stream);
241
int fieldCount =
ReadUShort
(stream);
245
int fieldId =
ReadUShort
(stream);
313
int fieldCount =
ReadUShort
(stream);
321
int fieldId =
ReadUShort
(stream);
Commands\Test\MTP\IPC\Serializers\TestSessionEventSerializer.cs (2)
35
ushort fieldCount =
ReadUShort
(stream);
39
ushort fieldId =
ReadUShort
(stream);