3 references to CompressedStack
mscorlib (3)
system\security\securitycontext.cs (1)
492
scsw.cssw = CompressedStack.SetCompressedStack(sc.CompressedStack, prevSecurityContext.
CompressedStack
);
system\threading\compressedstack.cs (2)
395
return Thread.CurrentThread.GetExecutionContextReader().SecurityContext.
CompressedStack
;
403
if (currentThread.GetExecutionContextReader().SecurityContext.
CompressedStack
!= cs)