Base:
1 override of ExceptionHandlingClauses
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodBody.cs (1)
23
public override IList<ExceptionHandlingClause>
ExceptionHandlingClauses
1 reference to ExceptionHandlingClauses
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodBody.cs (1)
25
get { return _projector.Project(base.
ExceptionHandlingClauses
, _projector.ProjectExceptionHandlingClause); }