12 references to GetCurrentMSBuildArchitecture
Microsoft.Build (8)
BackEnd\Client\MSBuildClient.cs (1)
642
architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
()));
BackEnd\Components\Communications\NodeEndpointOutOfProc.cs (1)
40
architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
(),
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (2)
73
return new Handshake(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, taskHostParameters: TaskHostParameters.Empty, architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
(), nodeReuse: enableNodeReuse, lowPriority: enableLowPriority));
91
Handshake hostHandshake = new(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, taskHostParameters: TaskHostParameters.Empty, architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
(), nodeReuse: ComponentHost.BuildParameters.EnableNodeReuse, lowPriority: ComponentHost.BuildParameters.LowPriority));
BackEnd\Node\OutOfProcServerNode.cs (1)
111
CommunicationsUtilities.GetHandshakeOptions(taskHost: false, taskHostParameters: TaskHostParameters.Empty, architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
()));
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
2146
TaskHostParameters taskHostParameters = new(XMakeAttributes.GetCurrentMSBuildRuntime(), XMakeAttributes.
GetCurrentMSBuildArchitecture
());
Instance\TaskFactories\AssemblyTaskFactory.cs (2)
437
?? XMakeAttributes.
GetCurrentMSBuildArchitecture
();
689
string currentArchitecture = XMakeAttributes.
GetCurrentMSBuildArchitecture
();
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (1)
585
architectureFlagToSet = XMakeAttributes.
GetCurrentMSBuildArchitecture
();
XMakeAttributes.cs (3)
299
string currentArchitecture =
GetCurrentMSBuildArchitecture
();
359
string currentArchitecture =
GetCurrentMSBuildArchitecture
();
468
string currentArchitecture =
GetCurrentMSBuildArchitecture
();