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