4 references to Value
Microsoft.VisualStudio.TestPlatform.Common (4)
DataCollection\DataCollectionManager.cs (4)
210
executionEnvironmentVariables.Add(variable.Name, variable.
Value
);
691
if (string.Equals(namevaluepair.Value, alreadyRequestedVariable.
Value
, StringComparison.Ordinal))
705
alreadyRequestedVariable.
Value
);
719
_dataCollectionTelemetryManager.RecordEnvironmentVariableConflict(dataCollectionWrapper, namevaluepair.Key, namevaluepair.Value, alreadyRequestedVariable.
Value
);