1 instantiation of InlinedCallFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\73\Microsoft_Diagnostics_DataContractReader_Data.InlinedCallFrame.g.cs (1)
73=> new InlinedCallFrame(target, address);
24 references to InlinedCallFrame
Microsoft.Diagnostics.DataContractReader.Contracts (24)
_generated\73\Microsoft_Diagnostics_DataContractReader_Data.InlinedCallFrame.g.cs (2)
72static InlinedCallFrame IData<InlinedCallFrame>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\AMD64FrameHandler.cs (1)
14public override void HandleInlinedCallFrame(InlinedCallFrame inlinedCallFrame)
Contracts\StackWalk\FrameHandling\ARM64FrameHandler.cs (1)
16public override void HandleInlinedCallFrame(InlinedCallFrame inlinedCallFrame)
Contracts\StackWalk\FrameHandling\ARMFrameHandler.cs (1)
32public override void HandleInlinedCallFrame(InlinedCallFrame inlinedCallFrame)
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (1)
19public virtual void HandleInlinedCallFrame(InlinedCallFrame inlinedCallFrame)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (12)
128Data.InlinedCallFrame inlinedCallFrame = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 148Data.InlinedCallFrame inlinedCallFrame = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 225Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 330Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 352Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 374private static bool InlinedCallFrameHasActiveCall(Data.InlinedCallFrame frame) 379private bool InlinedCallFrameHasFunction(Data.InlinedCallFrame frame)
Contracts\StackWalk\FrameHandling\IPlatformFrameHandler.cs (1)
14void HandleInlinedCallFrame(Data.InlinedCallFrame frame);
Contracts\StackWalk\FrameHandling\WasmFrameHandler.cs (1)
29public override void HandleInlinedCallFrame(InlinedCallFrame inlinedCallFrame)
Contracts\StackWalk\StackWalk_1.cs (3)
1255Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(framePtr); 1270TargetPointer methodDescPtr = framePtr + Data.InlinedCallFrame.GetSize(_target);
Data\Frames\InlinedCallFrame.cs (1)
7internal partial class InlinedCallFrame : IData<InlinedCallFrame>