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)
37
static
InterpreterFrame
IData<
InterpreterFrame
>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (6)
175
Data.
InterpreterFrame
interpreterFrame = _target.ProcessedData.GetOrAdd<Data.
InterpreterFrame
>(frame.Address);
400
public TargetPointer ResolveTopInterpMethodContextFrame(Data.
InterpreterFrame
interpreterFrame)
443
Data.
InterpreterFrame
interpFrame = _target.ProcessedData.GetOrAdd<Data.
InterpreterFrame
>(frameAddress);
463
Data.
InterpreterFrame
interpreterFrame)
Data\InterpreterFrame.cs (1)
7
internal sealed partial class InterpreterFrame : IData<
InterpreterFrame
>