1 write to _receivedTestHostHandshake
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
85
_receivedTestHostHandshake
= true;
4 references to _receivedTestHostHandshake
dotnet (4)
Commands\Test\MTP\TestApplicationHandler.cs (4)
161
if (!
_receivedTestHostHandshake
)
203
if (!
_receivedTestHostHandshake
)
306
if (!
_receivedTestHostHandshake
)
427
if (
_receivedTestHostHandshake
&& _handshakeInfo.HasValue)