2 references to ReadIntForHandshake
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (1)
499int valueRead = stream.ReadIntForHandshake(
NodePipeServer.cs (1)
194int handshakePart = _pipeServer.ReadIntForHandshake(byteToAccept: i == 0 ? CommunicationsUtilities.handshakeVersion : null);