2 references to GetEnvironmentVariable
System.Web (1)
Hosting\ApplicationManager.cs (1)
1809
string envVar = Environment.
GetEnvironmentVariable
("DEV_ENVIRONMENT", EnvironmentVariableTarget.Process);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
570
using (TempFileCollection tempFileCollection = new TempFileCollection(Environment.
GetEnvironmentVariable
("temp", EnvironmentVariableTarget.User), true))