2 instantiations of BuildComponentFactoryCollection
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
307_componentFactories = new BuildComponentFactoryCollection(this);
BackEnd\Node\OutOfProcNode.cs (1)
148_componentFactories = new BuildComponentFactoryCollection(this);
3 references to BuildComponentFactoryCollection
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
201private readonly BuildComponentFactoryCollection _componentFactories;
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (1)
19/// handles requests from out-of-proc nodes so that SDK resolution is handled in a central location. This instance is registered in <see cref="BuildComponentFactoryCollection.RegisterDefaultFactories"/>
BackEnd\Node\OutOfProcNode.cs (1)
59private readonly BuildComponentFactoryCollection _componentFactories;