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)
61static Exception IData<Exception>.Create(Target target, TargetPointer address)
Contracts\Exception_1.cs (4)
37Data.Exception exception = _target.ProcessedData.GetOrAdd<Data.Exception>(exceptionAddr); 51Data.Exception exception = _target.ProcessedData.GetOrAdd<Data.Exception>(exceptionAddr);
Contracts\Thread_1.cs (2)
281Data.Exception exception = _target.ProcessedData.GetOrAdd<Data.Exception>(thrownObject);
Data\Exception.cs (1)
7internal sealed partial class Exception : IData<Exception>