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)
228
var telemetryProvider = (TelemetryCollectorProvider)_componentHost.GetComponent(BuildComponentType.
TelemetryCollector
);
TelemetryInfra\TelemetryCollectorProvider.cs (1)
30
Assumed.Equal(type, BuildComponentType.
TelemetryCollector
, $"Cannot create components of type {type}");