3 references to FactoryIdentityParameters
Microsoft.Build (3)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (3)
891
if (returnClass.
FactoryIdentityParameters
!= null)
893
returnClass.
FactoryIdentityParameters
.TryGetValue(XMakeAttributes.runtime, out usingTaskRuntime);
894
returnClass.
FactoryIdentityParameters
.TryGetValue(XMakeAttributes.architecture, out usingTaskArchitecture);