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