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)
37
static
SoftwareExceptionFrame
IData<
SoftwareExceptionFrame
>.Create(Target target, TargetPointer address)
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (1)
33
public virtual void HandleSoftwareExceptionFrame(
SoftwareExceptionFrame
softwareExceptionFrame)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (4)
152
Data.
SoftwareExceptionFrame
softwareExceptionFrame = _target.ProcessedData.GetOrAdd<Data.
SoftwareExceptionFrame
>(frame.Address);
241
Data.
SoftwareExceptionFrame
sef = _target.ProcessedData.GetOrAdd<Data.
SoftwareExceptionFrame
>(frame.Address);
Contracts\StackWalk\FrameHandling\IPlatformFrameHandler.cs (1)
15
void HandleSoftwareExceptionFrame(Data.
SoftwareExceptionFrame
frame);
Data\Frames\SoftwareExceptionFrame.cs (1)
7
internal partial class SoftwareExceptionFrame : IData<
SoftwareExceptionFrame
>