1 write to CompressedStackHandle
mscorlib (1)
system\threading\compressedstack.cs (1)
249cs.CompressedStackHandle = GetDelayedCompressedStack(ref stackMark, true);
8 references to CompressedStackHandle
mscorlib (8)
system\security\permissionlistset.cs (3)
336if (cs.CompressedStackHandle == null) 341int numDomains = CompressedStack.GetDCSCount(cs.CompressedStackHandle); 344DomainCompressedStack dcs = CompressedStack.GetDomainCompressedStack(cs.CompressedStackHandle, i);
system\security\securitycontext.cs (1)
696return (WindowsIdentity == null && (CompressedStack == null || CompressedStack.CompressedStackHandle == null));
system\threading\compressedstack.cs (4)
250if (cs.CompressedStackHandle != null && IsImmediateCompletionCandidate(cs.CompressedStackHandle, out innerCS)) 258DestroyDCSList(cs.CompressedStackHandle); 381return Thread.CurrentThread.SetAppDomainStack((cs == null ? null:cs.CompressedStackHandle));