1 write to _factory
Microsoft.Build (1)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
191
_factory
= factory;
2 references to _factory
Microsoft.Build (2)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
224
_singleton =
_factory
(ComponentType);
231
IBuildComponent component =
_factory
(ComponentType);