5 references to TelemetryCollector
Microsoft.Build (4)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
85_componentEntriesByType[BuildComponentType.TelemetryCollector] = new BuildComponentEntry(BuildComponentType.TelemetryCollector, TelemetryCollectorProvider.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
213var telemetryProvider = (TelemetryCollectorProvider)_componentHost.GetComponent(BuildComponentType.TelemetryCollector);
TelemetryInfra\TelemetryCollectorProvider.cs (1)
31ErrorUtilities.VerifyThrow(type == BuildComponentType.TelemetryCollector, "Cannot create components of type {0}", type);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockHost.cs (1)
210BuildComponentType.TelemetryCollector => (IBuildComponent)_telemetryCollector,