1 instantiation of R2RExceptionClause
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionClause.cs (1)
46
static R2RExceptionClause IData<R2RExceptionClause>.Create(Target target, TargetPointer address) => new
R2RExceptionClause
(target, address);
4 references to R2RExceptionClause
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
526
? _target.ProcessedData.GetOrAdd<
R2RExceptionClause
>(addr)
Data\ExceptionClause.cs (3)
44
internal sealed class R2RExceptionClause : IData<
R2RExceptionClause
>, IExceptionClauseData
46
static
R2RExceptionClause
IData<
R2RExceptionClause
>.Create(Target target, TargetPointer address) => new R2RExceptionClause(target, address);