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