1 override of ProjectExceptionHandlingClause
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
188public override ExceptionHandlingClause? ProjectExceptionHandlingClause(ExceptionHandlingClause? value)
1 reference to ProjectExceptionHandlingClause
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodBody.cs (1)
25get { return _projector.Project(base.ExceptionHandlingClauses, _projector.ProjectExceptionHandlingClause); }