2 writes to ComponentType
Microsoft.Build (2)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
190
ComponentType
= type;
200
ComponentType
= type;
2 references to ComponentType
Microsoft.Build (2)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
224
_singleton = _factory(
ComponentType
);
231
IBuildComponent component = _factory(
ComponentType
);