1 instantiation of StubDispatchFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\Frames\StubDispatchFrame.cs (1)
9=> new StubDispatchFrame(target, address);
7 references to StubDispatchFrame
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
111Data.StubDispatchFrame stubDispatchFrame = _target.ProcessedData.GetOrAdd<Data.StubDispatchFrame>(frame.Address);
Contracts\StackWalk\GC\GcScanner.cs (2)
112Data.StubDispatchFrame sdf = _target.ProcessedData.GetOrAdd<Data.StubDispatchFrame>(frameAddress);
Data\Frames\StubDispatchFrame.cs (3)
6internal class StubDispatchFrame : IData<StubDispatchFrame> 8static StubDispatchFrame IData<StubDispatchFrame>.Create(Target target, TargetPointer address)