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