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