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