3 references to TryReadEndOfHandshakeSignal
Microsoft.Build.Tasks.Core (2)
NodePipeClient.cs (1)
94
return _pipeClient.
TryReadEndOfHandshakeSignal
(true, out HandshakeResult _);
NodePipeServer.cs (1)
220
if (_pipeServer.
TryReadEndOfHandshakeSignal
(false,
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
448
_pipeServer.
TryReadEndOfHandshakeSignal
(false, out HandshakeResult _))