2 references to R2RExceptionClause
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
513DataType clauseType = isR2R ? DataType.R2RExceptionClause : DataType.EEExceptionClause;
Data\ExceptionClause.cs (1)
49Target.TypeInfo type = target.GetTypeInfo(DataType.R2RExceptionClause);