1 instantiation of InterpreterFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\InterpreterFrame.cs (1)
9=> new InterpreterFrame(target, address);
9 references to InterpreterFrame
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (6)
175Data.InterpreterFrame interpreterFrame = _target.ProcessedData.GetOrAdd<Data.InterpreterFrame>(frame.Address); 327public TargetPointer ResolveTopInterpMethodContextFrame(Data.InterpreterFrame interpreterFrame) 370Data.InterpreterFrame interpFrame = _target.ProcessedData.GetOrAdd<Data.InterpreterFrame>(frameAddress); 390Data.InterpreterFrame interpreterFrame)
Data\InterpreterFrame.cs (3)
6internal sealed class InterpreterFrame : IData<InterpreterFrame> 8static InterpreterFrame IData<InterpreterFrame>.Create(Target target, TargetPointer address)