2 implementations of Get
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
81public string Get(string name)
Microsoft.AspNetCore.InternalTesting.Tests (1)
EnvironmentVariableSkipConditionTest.cs (1)
164public string Get(string name)
1 reference to Get
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
55_currentValue = _environmentVariable.Get(_variableName);