2 references to TOKEN_ALL_ACCESS
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
134
if (!NativeMethods.OpenProcessToken(hProcess, NativeMethods.
TOKEN_ALL_ACCESS
, out hProcessToken))
179
if (!NativeMethods.OpenProcessToken(hProcess, NativeMethods.
TOKEN_ALL_ACCESS
, out hProcessToken))