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