3 references to RhGetCurrentThreadStackTrace
System.Private.CoreLib (3)
System\Diagnostics\StackFrame.NativeAot.cs (1)
158
int returnedFrameCount = RuntimeImports.
RhGetCurrentThreadStackTrace
(frameArray);
System\Diagnostics\StackTrace.NativeAot.cs (2)
21
int frameCount = -RuntimeImports.
RhGetCurrentThreadStackTrace
(Array.Empty<IntPtr>());
24
int trueFrameCount = RuntimeImports.
RhGetCurrentThreadStackTrace
(stackTrace);