1 instantiation of InlinedCallFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\59\Microsoft_Diagnostics_DataContractReader_Data.InlinedCallFrame.g.cs (1)
52=> new InlinedCallFrame(target, address);
22 references to InlinedCallFrame
Microsoft.Diagnostics.DataContractReader.Contracts (22)
_generated\59\Microsoft_Diagnostics_DataContractReader_Data.InlinedCallFrame.g.cs (2)
51static 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)
127Data.InlinedCallFrame inlinedCallFrame = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 147Data.InlinedCallFrame inlinedCallFrame = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 224Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 331Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 354Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(frame.Address); 376private static bool InlinedCallFrameHasActiveCall(Data.InlinedCallFrame frame) 381private bool InlinedCallFrameHasFunction(Data.InlinedCallFrame frame)
Contracts\StackWalk\FrameHandling\IPlatformFrameHandler.cs (1)
14void HandleInlinedCallFrame(Data.InlinedCallFrame frame);
Contracts\StackWalk\StackWalk_1.cs (2)
865Data.InlinedCallFrame icf = _target.ProcessedData.GetOrAdd<Data.InlinedCallFrame>(framePtr);
Data\Frames\InlinedCallFrame.cs (1)
7internal partial class InlinedCallFrame : IData<InlinedCallFrame>