Implemented interface member:
method
TryGetEnvironmentVariable
Microsoft.DotNet.Cli.Utils.IEnvironmentProvider.TryGetEnvironmentVariable(System.String, out System.String)
2 references to TryGetEnvironmentVariable
Microsoft.DotNet.Cli.Utils (2)
EnvironmentProvider.cs (2)
163if (TryGetEnvironmentVariable(name, out string? strValue) && 202if (TryGetEnvironmentVariable(name, out string? strValue) && int.TryParse(strValue, out int intValue))