3 references to handshakeVersion
Microsoft.Build (3)
CommunicationsUtilities.cs (2)
94
const int handshakeVersion = (int)CommunicationsUtilities.
handshakeVersion
;
136
public virtual byte? ExpectedVersionInFirstByte => CommunicationsUtilities.
handshakeVersion
;
NodeEndpointOutOfProcBase.cs (1)
402
byteToAccept: i == 0 ? (byte?)CommunicationsUtilities.
handshakeVersion
: null /* this will disconnect a < 16.8 host; it expects leading 00 or F5 or 06. 0x00 is a wildcard */