1 type derived from Handshake
MSBuild (1)
CommunicationsUtilities.cs (1)
346
internal sealed class ServerNodeHandshake :
Handshake
1 instantiation of Handshake
MSBuild (1)
NodeEndpointOutOfProcTaskHost.cs (1)
36
new
(CommunicationsUtilities.GetHandshakeOptions(taskHost: true, taskHostParameters: TaskHostParameters.Empty, nodeReuse: _nodeReuse));
7 references to Handshake
MSBuild (7)
CommunicationsUtilities.cs (1)
505
if (innerResult.Value !=
Handshake
.PacketVersionFromChildMarker)
INodePacket.cs (2)
383
if (
Handshake
.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.TaskHost) &&
Handshake
.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.NET))
NodeEndpointOutOfProcBase.cs (3)
284
protected abstract
Handshake
GetHandshake();
409
Handshake
handshake = GetHandshake();
458
_pipeServer.WriteIntForHandshake(
Handshake
.PacketVersionFromChildMarker); // Marker: PacketVersion follows
NodeEndpointOutOfProcTaskHost.cs (1)
35
protected override
Handshake
GetHandshake() =>