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