4 references to TelemetryCollector
Microsoft.Build (4)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
84_componentEntriesByType[BuildComponentType.TelemetryCollector] = new BuildComponentEntry(BuildComponentType.TelemetryCollector, TelemetryCollectorProvider.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
228var telemetryProvider = (TelemetryCollectorProvider)_componentHost.GetComponent(BuildComponentType.TelemetryCollector);
TelemetryInfra\TelemetryCollectorProvider.cs (1)
30Assumed.Equal(type, BuildComponentType.TelemetryCollector, $"Cannot create components of type {type}");