1 write to _dataCollectionTelemetryManager
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
109
_dataCollectionTelemetryManager
= dataCollectionTelemetryManager;
2 references to _dataCollectionTelemetryManager
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (2)
719
_dataCollectionTelemetryManager
.RecordEnvironmentVariableConflict(dataCollectionWrapper, namevaluepair.Key, namevaluepair.Value, alreadyRequestedVariable.Value);
730
_dataCollectionTelemetryManager
.RecordEnvironmentVariableAddition(dataCollectionWrapper, namevaluepair.Key, namevaluepair.Value);