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