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