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