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)
635
string? str =
GetEnvironmentVariable
(name);
664
=>
GetEnvironmentVariable
(variable);
668
if (
GetEnvironmentVariable
(variable) is string strValue && int.TryParse(strValue, out int intValue))