2 references to HandshakeVersion
MSBuildTaskHost (2)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
282
byte? byteToAccept = index == 0 ? CommunicationsUtilities.
HandshakeVersion
: null;
CommunicationsUtilities.cs (1)
204
const int handshakeVersion = CommunicationsUtilities.
HandshakeVersion
;