3 references to handshakeVersion
MSBuild (3)
CommunicationsUtilities.cs (2)
94const int handshakeVersion = (int)CommunicationsUtilities.handshakeVersion; 136public virtual byte? ExpectedVersionInFirstByte => CommunicationsUtilities.handshakeVersion;
NodeEndpointOutOfProcBase.cs (1)
402byteToAccept: 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 */