10 references to InterpreterFrame
Microsoft.Diagnostics.DataContractReader.Contracts (10)
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)
104
case FrameType.
InterpreterFrame
:
170
case FrameType.
InterpreterFrame
:
324
case FrameType.
InterpreterFrame
:
Contracts\StackWalk\FrameHandling\WasmFrameHandler.cs (1)
39
if (next is not null && _frameHelpers.GetFrameType(next.Identifier) == FrameType.
InterpreterFrame
)
Contracts\StackWalk\StackWalk_1.cs (4)
232
&& frameIterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)
276
&& frameIterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)
907
|| frameType == FrameType.
InterpreterFrame
)
1344
if (iterator.GetCurrentFrameType() == FrameType.
InterpreterFrame
)