1 implementation of IEnvironmentVariable
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
79private struct EnvironmentVariable : IEnvironmentVariable
2 references to IEnvironmentVariable
Microsoft.AspNetCore.InternalTesting (2)
xunit\EnvironmentVariableSkipConditionAttribute.cs (2)
19private readonly IEnvironmentVariable _environmentVariable; 33IEnvironmentVariable environmentVariable,