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