Implemented interface member:
method
GetEnvironmentVariable
Microsoft.DotNet.Cli.Utils.IEnvironmentProvider.GetEnvironmentVariable(System.String)
3 references to GetEnvironmentVariable
Microsoft.NET.Build.Containers.UnitTests (3)
RegistryTests.cs (3)
635string? str = GetEnvironmentVariable(name); 664=> GetEnvironmentVariable(variable); 668if (GetEnvironmentVariable(variable) is string strValue && int.TryParse(strValue, out int intValue))