5 references to X64
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
421else if ((hostContext & HandshakeOptions.X64) == HandshakeOptions.X64 && (hostContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2) 448else if ((hostContext & HandshakeOptions.X64) == HandshakeOptions.X64)
CommunicationsUtilities.cs (1)
652context |= HandshakeOptions.X64;