5 references to handshakeVersion
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
419byteToAccept: index == 0 ? (byte?)CommunicationsUtilities.handshakeVersion : null, /* this will disconnect a < 16.8 host; it expects leading 00 or F5 or 06. 0x00 is a wildcard */
Microsoft.Build.Framework (2)
BackEnd\Handshake.cs (2)
76const int handshakeVersion = (int)CommunicationsUtilities.handshakeVersion; 149=> CommunicationsUtilities.handshakeVersion;
Microsoft.Build.Tasks.Core (1)
NodePipeServer.cs (1)
197_pipeServer.TryReadIntForHandshake(byteToAccept: index == 0 ? CommunicationsUtilities.handshakeVersion : null,
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
419byteToAccept: index == 0 ? (byte?)CommunicationsUtilities.handshakeVersion : null, /* this will disconnect a < 16.8 host; it expects leading 00 or F5 or 06. 0x00 is a wildcard */