4 references to User
mscorlib (3)
system\environment.cs (3)
682else if( target == EnvironmentVariableTarget.User) { 874else if( target == EnvironmentVariableTarget.User) { 994else if( target == EnvironmentVariableTarget.User) {
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
570using (TempFileCollection tempFileCollection = new TempFileCollection(Environment.GetEnvironmentVariable("temp", EnvironmentVariableTarget.User), true))