5 references to TryReadEndOfHandshakeSignal
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
913if (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)
92return _pipeClient.TryReadEndOfHandshakeSignal(true, timeout, out HandshakeResult _);
parent\Shared\NodePipeServer.cs (1)
220if (_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 */