1 instantiation of EEExceptionClause
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionClause.cs (1)
19static EEExceptionClause IData<EEExceptionClause>.Create(Target target, TargetPointer address) => new EEExceptionClause(target, address);
5 references to EEExceptionClause
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
527: _target.ProcessedData.GetOrAdd<EEExceptionClause>(addr); 540typeHandle = ((EEExceptionClause)entry).TypeHandle;
Data\ExceptionClause.cs (3)
17internal sealed class EEExceptionClause : IData<EEExceptionClause>, IExceptionClauseData 19static EEExceptionClause IData<EEExceptionClause>.Create(Target target, TargetPointer address) => new EEExceptionClause(target, address);