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