4 references to EEExceptionClause
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
513
DataType clauseType = isR2R ? DataType.R2RExceptionClause : DataType.
EEExceptionClause
;
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
218
endAddr = startAddr + numEHInfos.Value * Target.GetTypeInfo(DataType.
EEExceptionClause
).Size!.Value;
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
125
endAddr = startAddr + numEHInfos.Value * Target.GetTypeInfo(DataType.
EEExceptionClause
).Size!.Value;
Data\ExceptionClause.cs (1)
22
Target.TypeInfo type = target.GetTypeInfo(DataType.
EEExceptionClause
);