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