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