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)
163
if (
TryGetEnvironmentVariable
(name, out string? strValue) &&
202
if (
TryGetEnvironmentVariable
(name, out string? strValue) && int.TryParse(strValue, out int intValue))