5 references to TaskHost
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
377
ErrorUtilities.VerifyThrowInternalErrorUnreachable((hostContext & HandshakeOptions.
TaskHost
) == HandshakeOptions.
TaskHost
);
414
ErrorUtilities.VerifyThrowInternalErrorUnreachable((hostContext & HandshakeOptions.
TaskHost
) == HandshakeOptions.
TaskHost
);
CommunicationsUtilities.cs (1)
609
HandshakeOptions context = taskHost ? HandshakeOptions.
TaskHost
: HandshakeOptions.None;