5 references to IsEnvVarOneOrTrue
Microsoft.Build.Framework (5)
Traits.cs (5)
188
public bool SdkTelemetryOptOut =
IsEnvVarOneOrTrue
("DOTNET_CLI_TELEMETRY_OPTOUT");
189
public bool FrameworkTelemetryOptOut =
IsEnvVarOneOrTrue
("MSBUILD_TELEMETRY_OPTOUT");
190
public bool ExcludeTasksDetailsFromTelemetry =
IsEnvVarOneOrTrue
("MSBUILDTELEMETRYEXCLUDETASKSDETAILS");
191
public bool FlushNodesTelemetryIntoConsole =
IsEnvVarOneOrTrue
("MSBUILDFLUSHNODESTELEMETRYINTOCONSOLE");
193
public bool EnableTargetOutputLogging =
IsEnvVarOneOrTrue
("MSBUILDTARGETOUTPUTLOGGING");