1 instantiation of SoftwareExceptionFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\Frames\SoftwareExceptionFrame.cs (1)
9=> new SoftwareExceptionFrame(target, address);
9 references to SoftwareExceptionFrame
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (1)
33public virtual void HandleSoftwareExceptionFrame(SoftwareExceptionFrame softwareExceptionFrame)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (4)
152Data.SoftwareExceptionFrame softwareExceptionFrame = _target.ProcessedData.GetOrAdd<Data.SoftwareExceptionFrame>(frame.Address); 241Data.SoftwareExceptionFrame sef = _target.ProcessedData.GetOrAdd<Data.SoftwareExceptionFrame>(frame.Address);
Contracts\StackWalk\FrameHandling\IPlatformFrameHandler.cs (1)
15void HandleSoftwareExceptionFrame(Data.SoftwareExceptionFrame frame);
Data\Frames\SoftwareExceptionFrame.cs (3)
6internal class SoftwareExceptionFrame : IData<SoftwareExceptionFrame> 8static SoftwareExceptionFrame IData<SoftwareExceptionFrame>.Create(Target target, TargetPointer address)