5 references to Arm64
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
416
if ((hostContext & HandshakeOptions.
Arm64
) == HandshakeOptions.
Arm64
&& (hostContext & HandshakeOptions.CLR2) == HandshakeOptions.CLR2)
457
else if ((hostContext & HandshakeOptions.
Arm64
) == HandshakeOptions.
Arm64
)
CommunicationsUtilities.cs (1)
656
context |= HandshakeOptions.
Arm64
;