1 implementation of RecordEnvironmentVariableConflict
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionTelemetryManager.cs (1)
41public 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);