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