3 references to handshakeVersion
MSBuildTaskHost (3)
CommunicationsUtilities.cs (2)
96
const int handshakeVersion = (int)CommunicationsUtilities.
handshakeVersion
;
139
public virtual byte? ExpectedVersionInFirstByte => CommunicationsUtilities.
handshakeVersion
;
NodeEndpointOutOfProcBase.cs (1)
403
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 */