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)
33Data.Exception exception = _target.ProcessedData.GetOrAdd<Data.Exception>(exceptionAddr);
Contracts\Thread_1.cs (2)
278Data.Exception exception = _target.ProcessedData.GetOrAdd<Data.Exception>(thrownObject);
Data\Exception.cs (3)
6internal sealed class Exception : IData<Exception> 8static Exception IData<Exception>.Create(Target target, TargetPointer address)