1 instantiation of InterpreterFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\94\Microsoft_Diagnostics_DataContractReader_Data.InterpreterFrame.g.cs (1)
38=> new InterpreterFrame(target, address);
9 references to InterpreterFrame
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\94\Microsoft_Diagnostics_DataContractReader_Data.InterpreterFrame.g.cs (2)
37static InterpreterFrame IData<InterpreterFrame>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (6)
175Data.InterpreterFrame interpreterFrame = _target.ProcessedData.GetOrAdd<Data.InterpreterFrame>(frame.Address); 400public TargetPointer ResolveTopInterpMethodContextFrame(Data.InterpreterFrame interpreterFrame) 443Data.InterpreterFrame interpFrame = _target.ProcessedData.GetOrAdd<Data.InterpreterFrame>(frameAddress); 463Data.InterpreterFrame interpreterFrame)
Data\InterpreterFrame.cs (1)
7internal sealed partial class InterpreterFrame : IData<InterpreterFrame>