1 write to _name
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (1)
17
_name
= name;
2 references to _name
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (2)
20
public bool IsMet => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(
_name
));
22
public string SkipReason => $"Environment variable {
_name
} is required to run this test.";