5 references to TaskHost
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
368
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
410
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
455
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
TaskHost
));
CommunicationsUtilities.cs (2)
166
public const HandshakeOptions NetTaskHostFlags = HandshakeOptions.NET | HandshakeOptions.
TaskHost
;
854
HandshakeOptions context = taskHost ? HandshakeOptions.
TaskHost
: HandshakeOptions.None;