11 references to CLR2
Microsoft.Build (11)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (8)
378if ((hostContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2) 416if ((hostContext & HandshakeOptions.Arm64) == HandshakeOptions.Arm64 && (hostContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2) 421else if ((hostContext & HandshakeOptions.X64) == HandshakeOptions.X64 && (hostContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2) 435else if ((hostContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2)
CommunicationsUtilities.cs (1)
669context |= HandshakeOptions.CLR2;
Instance\TaskFactories\TaskHostTask.cs (2)
575((requiredContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2 ? "MSBuildTaskHost.exe" : "MSBuild.exe");