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