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