1 instantiation of SoftwareExceptionFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\76\Microsoft_Diagnostics_DataContractReader_Data.SoftwareExceptionFrame.g.cs (1)
49=> new SoftwareExceptionFrame(target, address);
9 references to SoftwareExceptionFrame
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\76\Microsoft_Diagnostics_DataContractReader_Data.SoftwareExceptionFrame.g.cs (2)
48static 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)
153Data.SoftwareExceptionFrame softwareExceptionFrame = _target.ProcessedData.GetOrAdd<Data.SoftwareExceptionFrame>(frame.Address); 242Data.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>