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