26 references to ReadInt
dotnet (26)
Commands\Test\MTP\IPC\Serializers\AzureDevOpsLogMessageSerializer.cs (1)
40int fieldSize = ReadInt(stream);
Commands\Test\MTP\IPC\Serializers\CommandLineOptionMessagesSerializer.cs (3)
54int fieldSize = ReadInt(stream); 80int length = ReadInt(stream); 91int fieldSize = ReadInt(stream);
Commands\Test\MTP\IPC\Serializers\DiscoveredTestMessagesSerializer.cs (7)
94int fieldSize = ReadInt(stream); 124int length = ReadInt(stream); 142int fieldSize = ReadInt(stream); 159lineNumber = ReadInt(stream); 196int length = ReadInt(stream); 209int length = ReadInt(stream); 220int fieldSize = ReadInt(stream);
Commands\Test\MTP\IPC\Serializers\DisplayMessageSerializer.cs (1)
45int fieldSize = ReadInt(stream);
Commands\Test\MTP\IPC\Serializers\FileArtifactMessagesSerializer.cs (3)
71int fieldSize = ReadInt(stream); 101int length = ReadInt(stream); 111int fieldSize = ReadInt(stream);
Commands\Test\MTP\IPC\Serializers\TestInProgressMessagesSerializer.cs (3)
51int fieldSize = ReadInt(stream); 81int length = ReadInt(stream); 91int fieldSize = ReadInt(stream);
Commands\Test\MTP\IPC\Serializers\TestResultMessagesSerializer.cs (7)
131int fieldSize = ReadInt(stream); 169int length = ReadInt(stream); 181int fieldSize = ReadInt(stream); 233int length = ReadInt(stream); 246int fieldSize = ReadInt(stream); 310int length = ReadInt(stream); 322int fieldSize = ReadInt(stream);
Commands\Test\MTP\IPC\Serializers\TestSessionEventSerializer.cs (1)
40int fieldSize = ReadInt(stream);