7 references to InterpreterFrame
Microsoft.Diagnostics.DataContractReader.Contracts (7)
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 (2)
103
case FrameType.
InterpreterFrame
:
169
case FrameType.
InterpreterFrame
:
Contracts\StackWalk\StackWalk_1.cs (3)
156
&& frameIterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)
201
&& frameIterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)
733
|| frameType == FrameType.
InterpreterFrame
)