2 instantiations of StackFrameHelper
mscorlib (2)
system\diagnostics\stackframe.cs (1)
326
using (StackFrameHelper StackF = new
StackFrameHelper
(null))
system\diagnostics\stacktrace.cs (1)
521
using (StackFrameHelper StackF = new
StackFrameHelper
(targetThread))
4 references to StackFrameHelper
mscorlib (4)
system\diagnostics\stackframe.cs (1)
326
using (
StackFrameHelper
StackF = new StackFrameHelper(null))
system\diagnostics\stacktrace.cs (3)
484
internal static extern void GetStackFramesInternal(
StackFrameHelper
sfh, int iSkip, bool fNeedFileInfo, Exception e);
486
internal static int CalculateFramesToSkip(
StackFrameHelper
StackF, int iNumFrames)
521
using (
StackFrameHelper
StackF = new StackFrameHelper(targetThread))