3 references to handshakeVersion
Microsoft.Build.Tasks.Core (3)
CommunicationsUtilities.cs (2)
101const int handshakeVersion = (int)CommunicationsUtilities.handshakeVersion; 149public virtual byte? ExpectedVersionInFirstByte => CommunicationsUtilities.handshakeVersion;
NodePipeServer.cs (1)
194int handshakePart = _pipeServer.ReadIntForHandshake(byteToAccept: i == 0 ? CommunicationsUtilities.handshakeVersion : null);