1 write to _currentValue
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
55_currentValue = _environmentVariable.Get(_variableName);
2 references to _currentValue
Microsoft.AspNetCore.InternalTesting (2)
xunit\EnvironmentVariableSkipConditionAttribute.cs (2)
56var hasMatched = _values.Any(value => string.Equals(value, _currentValue, StringComparison.OrdinalIgnoreCase)); 73var value = _currentValue ?? "(null)";