1 instantiation of CompressedStack
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
34
return 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)
22
public static
CompressedStack
Capture()
27
public
CompressedStack
CreateCopy()
32
public static
CompressedStack
GetCompressedStack()
37
public static void Run(
CompressedStack
compressedStack, ContextCallback callback, object? state)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
543
public
CompressedStack
GetCompressedStack()
549
public 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
))]