3 references to Arm64
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
418bool isArm64 = Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.Arm64);
CommunicationsUtilities.cs (1)
901context |= HandshakeOptions.Arm64;
NodeEndpointOutOfProcBase.cs (1)
596!Handshake.IsHandshakeOptionEnabled(receivedNodeType, HandshakeOptions.Arm64);