2 writes to ComponentType
Microsoft.Build (2)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
192
ComponentType
= type;
202
ComponentType
= type;
2 references to ComponentType
Microsoft.Build (2)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
226
_singleton = _factory(
ComponentType
);
233
IBuildComponent component = _factory(
ComponentType
);