1 write to _values
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
42_values = values;
1 reference to _values
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
56var hasMatched = _values.Any(value => string.Equals(value, _currentValue, StringComparison.OrdinalIgnoreCase));