1 instantiation of StubDispatchFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\62\Microsoft_Diagnostics_DataContractReader_Data.StubDispatchFrame.g.cs (1)
46=> new StubDispatchFrame(target, address);
7 references to StubDispatchFrame
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\62\Microsoft_Diagnostics_DataContractReader_Data.StubDispatchFrame.g.cs (2)
45static StubDispatchFrame IData<StubDispatchFrame>.Create(Target target, TargetPointer address)
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 (1)
7internal partial class StubDispatchFrame : IData<StubDispatchFrame>