4 references to GetEnvironmentVariable
dotnet (3)
PerformanceLogManager.cs (2)
34
string perfLogDir = Env.
GetEnvironmentVariable
(PerfLogDirEnvVar);
94
string strNumLogsToKeep = Env.
GetEnvironmentVariable
("DOTNET_PERF_LOG_COUNT");
Program.cs (1)
48
if (string.IsNullOrEmpty(Env.
GetEnvironmentVariable
("MSBUILDFAILONDRIVEENUMERATINGWILDCARD")))
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
15
private static readonly string? TerminalLoggerDefault = Env.
GetEnvironmentVariable
("DOTNET_CLI_CONFIGURE_MSBUILD_TERMINAL_LOGGER");