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