1 implementation of RecordEnvironmentVariableConflict
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionTelemetryManager.cs (1)
41
public void
RecordEnvironmentVariableConflict
(DataCollectorInformation dataCollectorInformation, string name, string value, string existingValue)
1 reference to RecordEnvironmentVariableConflict
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
719
_dataCollectionTelemetryManager.
RecordEnvironmentVariableConflict
(dataCollectionWrapper, namevaluepair.Key, namevaluepair.Value, alreadyRequestedVariable.Value);