5 references to TryReadEndOfHandshakeSignal
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
913
if (nodeStream.
TryReadEndOfHandshakeSignal
(
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
469
_pipeServer.
TryReadEndOfHandshakeSignal
(false, ClientConnectTimeout, out HandshakeResult _)) /* wait a long time for the handshake from this side */
Microsoft.Build.Tasks.Core (2)
parent\Shared\NodePipeClient.cs (1)
92
return _pipeClient.
TryReadEndOfHandshakeSignal
(true, timeout, out HandshakeResult _);
parent\Shared\NodePipeServer.cs (1)
220
if (_pipeServer.
TryReadEndOfHandshakeSignal
(false,
MSBuild (1)
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
469
_pipeServer.
TryReadEndOfHandshakeSignal
(false, ClientConnectTimeout, out HandshakeResult _)) /* wait a long time for the handshake from this side */