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