9 references to InterpreterFrame
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StackWalk\FrameHandling\AMD64FrameHandler.cs (1)
19
if (next is not null && _frameHelpers.GetFrameType(next.Identifier) == FrameType.
InterpreterFrame
)
Contracts\StackWalk\FrameHandling\ARM64FrameHandler.cs (1)
21
if (next is not null && _frameHelpers.GetFrameType(next.Identifier) == FrameType.
InterpreterFrame
)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (3)
103
case FrameType.
InterpreterFrame
:
169
case FrameType.
InterpreterFrame
:
325
case FrameType.
InterpreterFrame
:
Contracts\StackWalk\StackWalk_1.cs (4)
141
&& frameIterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)
180
&& frameIterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)
715
|| frameType == FrameType.
InterpreterFrame
)
956
if (iterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)