1 write to DataCollector
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectorInformation.cs (1)
48DataCollector = dataCollector;
7 references to DataCollector
Microsoft.VisualStudio.TestPlatform.Common (7)
DataCollection\DataCollectionManager.cs (1)
753RunDataCollectors.Remove(dataCollectorToRemove.DataCollector.GetType());
DataCollection\DataCollectorInformation.cs (6)
117DataCollector.Initialize(ConfigurationElement, Events, DataCollectionSink, Logger, EnvironmentContext); 119if (DataCollector is ITelemetryInitializer telemetryInitializer) 164EqtTrace.Verbose("dataCollectorInfo.DisposeDataCollector: calling Dispose() on {0}", DataCollector.GetType()); 166DataCollector.Dispose(); 170EqtTrace.Error("DataCollectorInfo.DisposeDataCollector: exception while calling Dispose() on {0}: " + ex, DataCollector.GetType()); 179if (DataCollector is ITestExecutionEnvironmentSpecifier testExecutionEnvironmentSpecifier)