1 write to _variableName
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
41_variableName = variableName;
2 references to _variableName
Microsoft.AspNetCore.InternalTesting (2)
xunit\EnvironmentVariableSkipConditionAttribute.cs (2)
55_currentValue = _environmentVariable.Get(_variableName); 74return $"Test skipped on environment variable with name '{_variableName}' and value '{value}' " +