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