5 references to EnvironmentVariable
dotnet (5)
Commands\MSBuild\MSBuildForwardingApp.cs (2)
115EnvironmentVariable(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID, TelemetryClient.CurrentSessionId); 121EnvironmentVariable(name, value);
Commands\Test\VSTest\TestCommand.cs (2)
263testCommand.EnvironmentVariable(name, value); 271testCommand.EnvironmentVariable(rootVariableName, rootValue);
NuGetSignatureVerificationEnabler.cs (1)
43forwardingApp.EnvironmentVariable(DotNetNuGetSignatureVerification, value);