3 references to handshakeVersion
Microsoft.Build.Tasks.Core (3)
CommunicationsUtilities.cs (2)
274const int handshakeVersion = (int)CommunicationsUtilities.handshakeVersion; 344public virtual byte? ExpectedVersionInFirstByte => CommunicationsUtilities.handshakeVersion;
NodePipeServer.cs (1)
197_pipeServer.TryReadIntForHandshake(byteToAccept: index == 0 ? CommunicationsUtilities.handshakeVersion : null,