13 references to GetCurrentMSBuildArchitecture
Microsoft.Build (9)
BackEnd\Client\MSBuildClient.cs (1)
673architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture()),
BackEnd\Components\Communications\NodeEndpointOutOfProc.cs (1)
40architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture(),
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (2)
73return new Handshake(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, taskHostParameters: TaskHostParameters.Empty, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture(), nodeReuse: enableNodeReuse, lowPriority: enableLowPriority)); 91Handshake hostHandshake = new(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, taskHostParameters: TaskHostParameters.Empty, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture(), nodeReuse: ComponentHost.BuildParameters.EnableNodeReuse, lowPriority: ComponentHost.BuildParameters.LowPriority));
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
267return !string.Equals(requestedArchitecture, XMakeAttributes.GetCurrentMSBuildArchitecture(), StringComparison.OrdinalIgnoreCase);
BackEnd\Node\OutOfProcServerNode.cs (1)
127CommunicationsUtilities.GetHandshakeOptions(taskHost: false, taskHostParameters: TaskHostParameters.Empty, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture()),
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
2117TaskHostParameters taskHostParameters = new(XMakeAttributes.GetCurrentMSBuildRuntime(), XMakeAttributes.GetCurrentMSBuildArchitecture());
Instance\TaskFactories\AssemblyTaskFactory.cs (2)
436?? XMakeAttributes.GetCurrentMSBuildArchitecture(); 688string currentArchitecture = XMakeAttributes.GetCurrentMSBuildArchitecture();
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (1)
585architectureFlagToSet = XMakeAttributes.GetCurrentMSBuildArchitecture();
XMakeAttributes.cs (3)
299string currentArchitecture = GetCurrentMSBuildArchitecture(); 359string currentArchitecture = GetCurrentMSBuildArchitecture(); 468string currentArchitecture = GetCurrentMSBuildArchitecture();