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)
199
private 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)
57
private readonly
BuildComponentFactoryCollection
_componentFactories;