2 implementations of IException
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IException.cs (1)
26public readonly struct Exception : IException
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Exception_1.cs (1)
8internal readonly struct Exception_1 : IException
7 references to IException
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
ContractRegistry.cs (2)
19public virtual IException Exception => GetContract<IException>();
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Exception_1.cs (2)
17TargetPointer IException.GetNestedExceptionInfo(TargetPointer exceptionInfoAddr, out TargetPointer nextNestedExceptionInfo, out TargetPointer thrownObjectHandle) 31ExceptionData IException.GetExceptionData(TargetPointer exceptionAddr)
CoreCLRContracts.cs (1)
17registry.Register<IException>("c1", static t => new Exception_1(t));
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
3226Contracts.IException contract = _target.Contracts.Exception; 4988Contracts.IException contract = _target.Contracts.Exception;