4 writes to CompressedStack
mscorlib (4)
system\security\securitycontext.cs (2)
600
sc.
CompressedStack
= CompressedStack.GetCompressedStack(ref stackMark);
618
sc.
CompressedStack
= new CompressedStack(null);
system\threading\compressedstack.cs (2)
407
ec.SecurityContext.
CompressedStack
= cs;
411
sc.
CompressedStack
= cs;
4 references to CompressedStack
mscorlib (4)
system\security\securitycontext.cs (4)
205
public CompressedStack CompressedStack { get { return IsNull ? null : m_sc.
CompressedStack
; } }
492
scsw.cssw = CompressedStack.SetCompressedStack(sc.
CompressedStack
, prevSecurityContext.CompressedStack);
696
return (WindowsIdentity == null && (
CompressedStack
== null ||
CompressedStack
.CompressedStackHandle == null));