2 references to BuildComponentEntry
Microsoft.Build (2)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
78
_componentEntriesByType[BuildComponentType.LoggingService] = new
BuildComponentEntry
(BuildComponentType.LoggingService, null);
136
_componentEntriesByType[componentType] = new
BuildComponentEntry
(componentType, instance);