1 write to _receivedTestHostHandshake
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestApplicationHandler.cs (1)
117
_receivedTestHostHandshake
= true;
4 references to _receivedTestHostHandshake
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\TestApplicationHandler.cs (4)
264
if (!
_receivedTestHostHandshake
)
312
if (!
_receivedTestHostHandshake
)
419
: !
_receivedTestHostHandshake
)
628
if (
_receivedTestHostHandshake
&& _handshakeInfo.HasValue)