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)
111
Data.
StubDispatchFrame
stubDispatchFrame = _target.ProcessedData.GetOrAdd<Data.
StubDispatchFrame
>(frame.Address);
Contracts\StackWalk\GC\GcScanner.cs (2)
112
Data.
StubDispatchFrame
sdf = _target.ProcessedData.GetOrAdd<Data.
StubDispatchFrame
>(frameAddress);
Data\Frames\StubDispatchFrame.cs (3)
6
internal class StubDispatchFrame : IData<
StubDispatchFrame
>
8
static
StubDispatchFrame
IData<
StubDispatchFrame
>.Create(Target target, TargetPointer address)