6 references to CLR2
Microsoft.Build (6)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
370if (Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.CLR2)) 420bool isCLR2 = Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.CLR2); 676bool isCLR2 = Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.CLR2);
CommunicationsUtilities.cs (1)
914context |= HandshakeOptions.CLR2;
Instance\TaskFactories\TaskHostTask.cs (2)
658((requiredContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2