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