1 instantiation of CompressedStack
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
34return new CompressedStack();
9 references to CompressedStack
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1124[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CompressedStack))]
netstandard (1)
netstandard.cs (1)
2073[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CompressedStack))]
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (4)
22public static CompressedStack Capture() 27public CompressedStack CreateCopy() 32public static CompressedStack GetCompressedStack() 37public static void Run(CompressedStack compressedStack, ContextCallback callback, object? state)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
543public CompressedStack GetCompressedStack() 549public void SetCompressedStack(CompressedStack stack)
System.Threading.Thread (1)
artifacts\obj\System.Threading.Thread\Debug\net10.0\System.Threading.Thread.Forwards.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CompressedStack))]