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