10 references to SafeCompressedStackHandle
mscorlib (10)
system\threading\compressedstack.cs (9)
141private volatile SafeCompressedStackHandle m_csHandle; 165internal CompressedStack( SafeCompressedStackHandle csHandle ) 171private CompressedStack(SafeCompressedStackHandle csHandle, PermissionListSet pls) 192internal SafeCompressedStackHandle CompressedStackHandle 510internal extern static SafeCompressedStackHandle GetDelayedCompressedStack(ref StackCrawlMark stackMark, 522internal extern static void DestroyDCSList( SafeCompressedStackHandle compressedStack ); 528internal extern static int GetDCSCount(SafeCompressedStackHandle compressedStack); 534internal extern static bool IsImmediateCompletionCandidate(SafeCompressedStackHandle compressedStack, out CompressedStack innerCS); 539internal extern static DomainCompressedStack GetDomainCompressedStack(SafeCompressedStackHandle compressedStack, int index);
system\threading\thread.cs (1)
454internal extern IntPtr SetAppDomainStack( SafeCompressedStackHandle csHandle);