2 instantiations of BuildComponentFactoryCollection
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
300_componentFactories = new BuildComponentFactoryCollection(this);
BackEnd\Node\OutOfProcNode.cs (1)
146_componentFactories = new BuildComponentFactoryCollection(this);
3 references to BuildComponentFactoryCollection
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
199private 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)
57private readonly BuildComponentFactoryCollection _componentFactories;