1 instantiation of Exception
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\40\Microsoft_Diagnostics_DataContractReader_Data.Exception.g.cs (1)
62
=> new
Exception
(target, address);
9 references to Exception
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\40\Microsoft_Diagnostics_DataContractReader_Data.Exception.g.cs (2)
61
static
Exception
IData<
Exception
>.Create(Target target, TargetPointer address)
Contracts\Exception_1.cs (4)
37
Data.
Exception
exception = _target.ProcessedData.GetOrAdd<Data.
Exception
>(exceptionAddr);
51
Data.
Exception
exception = _target.ProcessedData.GetOrAdd<Data.
Exception
>(exceptionAddr);
Contracts\Thread_1.cs (2)
281
Data.
Exception
exception = _target.ProcessedData.GetOrAdd<Data.
Exception
>(thrownObject);
Data\Exception.cs (1)
7
internal sealed partial class Exception : IData<
Exception
>