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