7 implementations of RegisterFactory
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
1389void IBuildComponentHost.RegisterFactory(BuildComponentType componentType, BuildComponentFactoryDelegate factory)
BackEnd\Node\OutOfProcNode.cs (1)
295void IBuildComponentHost.RegisterFactory(BuildComponentType factoryType, BuildComponentFactoryDelegate factory)
Microsoft.Build.Engine.UnitTests (5)
BackEnd\MockHost.cs (1)
221public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\NodeEndpointInProc_Tests.cs (1)
85public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\TargetBuilder_Tests.cs (1)
1870public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\TargetEntry_Tests.cs (1)
1232public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
BackEnd\TaskBuilder_Tests.cs (1)
1333public void RegisterFactory(BuildComponentType type, BuildComponentFactoryDelegate factory)
3 references to RegisterFactory
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
161((IBuildComponentHost)this).RegisterFactory(BuildComponentType.SdkResolverService, sdkResolverServiceFactory.CreateInstance); 165((IBuildComponentHost)this).RegisterFactory(
Microsoft.Build.Engine.UnitTests (1)
BackEnd\SdkResultOutOfProc_Tests.cs (1)
260((IBuildComponentHost)_buildManager).RegisterFactory(BuildComponentType.SdkResolverService, type =>