7 implementations of RegisterFactory
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
1235void IBuildComponentHost.RegisterFactory(BuildComponentType componentType, BuildComponentFactoryDelegate factory)
BackEnd\Node\OutOfProcNode.cs (1)
291void IBuildComponentHost.RegisterFactory(BuildComponentType factoryType, BuildComponentFactoryDelegate factory)
Microsoft.Build.Engine.UnitTests (5)
BackEnd\MockHost.cs (1)
211public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\NodeEndpointInProc_Tests.cs (1)
84public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\TargetBuilder_Tests.cs (1)
1830public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\TargetEntry_Tests.cs (1)
1330public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\TaskBuilder_Tests.cs (1)
1378public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
2 references to RegisterFactory
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
157((IBuildComponentHost)this).RegisterFactory(BuildComponentType.SdkResolverService, sdkResolverServiceFactory.CreateInstance);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\SdkResultOutOfProc_Tests.cs (1)
273((IBuildComponentHost)_buildManager).RegisterFactory(BuildComponentType.SdkResolverService, type =>