5 references to TaskHost
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
392
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
434
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
479
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
CommunicationsUtilities.cs (2)
90
public const HandshakeOptions NetTaskHostFlags = HandshakeOptions.NET | HandshakeOptions.
TaskHost
;
747
HandshakeOptions context = taskHost ? HandshakeOptions.
TaskHost
: HandshakeOptions.None;