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