6 references to TaskHost
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
418
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
450
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
517
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (1)
551
HandshakeOptions context = taskHost ? HandshakeOptions.
TaskHost
: HandshakeOptions.None;
BackEnd\Handshake.cs (1)
106
=> IsHandshakeOptionEnabled(HandshakeOptions, HandshakeOptions.NET | HandshakeOptions.
TaskHost
);
BackEnd\NodePacketTypeExtensions.cs (1)
65
if (Handshake.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.
TaskHost
) && Handshake.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.NET))