16 references to GetCurrentMSBuildArchitecture
Microsoft.Build (11)
BackEnd\Client\MSBuildClient.cs (1)
539
return new ServerNodeHandshake(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
()));
BackEnd\Components\Communications\NodeEndpointOutOfProc.cs (1)
38
architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
(),
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (2)
73
return new Handshake(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
(), nodeReuse: enableNodeReuse, lowPriority: enableLowPriority));
101
Handshake hostHandshake = new(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
(), nodeReuse: ComponentHost.BuildParameters.EnableNodeReuse, lowPriority: ComponentHost.BuildParameters.LowPriority));
BackEnd\Node\OutOfProcServerNode.cs (1)
104
CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.
GetCurrentMSBuildArchitecture
()));
CommunicationsUtilities.cs (1)
620
architectureFlagToSet = XMakeAttributes.
GetCurrentMSBuildArchitecture
();
Instance\TaskFactories\AssemblyTaskFactory.cs (2)
358
mergedParameters[XMakeAttributes.architecture] = XMakeAttributes.
GetCurrentMSBuildArchitecture
();
634
string currentArchitecture = XMakeAttributes.
GetCurrentMSBuildArchitecture
();
XMakeAttributes.cs (3)
307
string currentArchitecture =
GetCurrentMSBuildArchitecture
();
367
string currentArchitecture =
GetCurrentMSBuildArchitecture
();
479
string currentArchitecture =
GetCurrentMSBuildArchitecture
();
Microsoft.Build.Engine.UnitTests (5)
BackEnd\AssemblyTaskFactory_Tests.cs (3)
183
taskIdentityParameters.Add(XMakeAttributes.architecture, XMakeAttributes.
GetCurrentMSBuildArchitecture
());
308
taskParameters.Add(XMakeAttributes.architecture, XMakeAttributes.
GetCurrentMSBuildArchitecture
());
372
taskParameters.Add(XMakeAttributes.architecture, XMakeAttributes.
GetCurrentMSBuildArchitecture
());
XmakeAttributes_Tests.cs (2)
132
string currentArchitecture = XMakeAttributes.
GetCurrentMSBuildArchitecture
();
147
string currentArchitecture = XMakeAttributes.
GetCurrentMSBuildArchitecture
();