2 references to Capture
mscorlib (2)
system\security\securitycontext.cs (1)
557
SecurityContext sc = SecurityContext.
Capture
(Thread.CurrentThread.GetExecutionContextReader(), ref stackMark);
system\threading\executioncontext.cs (1)
1248
SecurityContext secCtxNew = SecurityContext.
Capture
(ecCurrent, ref stackMark);