1 instantiation of Exception
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\Exception.cs (1)
9
=> new
Exception
(target, address);
7 references to Exception
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\Exception_1.cs (2)
33
Data.
Exception
exception = _target.ProcessedData.GetOrAdd<Data.
Exception
>(exceptionAddr);
Contracts\Thread_1.cs (2)
278
Data.
Exception
exception = _target.ProcessedData.GetOrAdd<Data.
Exception
>(thrownObject);
Data\Exception.cs (3)
6
internal sealed class Exception : IData<
Exception
>
8
static
Exception
IData<
Exception
>.Create(Target target, TargetPointer address)