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)
213
var telemetryProvider = (TelemetryCollectorProvider)_componentHost.GetComponent(BuildComponentType.
TelemetryCollector
);
TelemetryInfra\TelemetryCollectorProvider.cs (1)
31
ErrorUtilities.VerifyThrow(type == BuildComponentType.
TelemetryCollector
, "Cannot create components of type {0}", type);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockHost.cs (1)
210
BuildComponentType.
TelemetryCollector
=> (IBuildComponent)_telemetryCollector,