1 type derived from Handshake
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
347
internal sealed class ServerNodeHandshake :
Handshake
8 references to Handshake
Microsoft.Build.Tasks.Core (8)
CommunicationsUtilities.cs (3)
224
/// Initializes a new instance of the <see cref="
Handshake
"/> class with the specified node type.
235
/// Initializes a new instance of the <see cref="
Handshake
"/> class with the specified node type
776
if (innerResult.Value !=
Handshake
.PacketVersionFromChildMarker)
INodePacket.cs (2)
383
if (
Handshake
.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.TaskHost) &&
Handshake
.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.NET))
NodePipeBase.cs (1)
61
protected NodePipeBase(string pipeName,
Handshake
handshake)
NodePipeClient.cs (1)
22
internal NodePipeClient(string pipeName,
Handshake
handshake)
NodePipeServer.cs (1)
37
internal NodePipeServer(string pipeName,
Handshake
handshake, int maxNumberOfServerInstances = 1)