2 references to SafeUserToken
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3633nativeReturnValue = Executor.ExecWaitWithCapture(options.SafeUserToken, "\"" + fullname + "\" " + arguments,
compmod\system\codedom\compiler\CodeCompiler.cs (1)
163nativeReturnValue = Executor.ExecWaitWithCapture(options.SafeUserToken, "\"" + fullname + "\" " + arguments, Environment.CurrentDirectory, options.TempFiles, ref outputFile, ref errorFile, trueCmdLine);