1 write to _catchType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\RoExceptionHandlingClause.cs (1)
18
_catchType
= catchType;
1 reference to _catchType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\RoExceptionHandlingClause.cs (1)
27
public sealed override Type? CatchType => _flags == ExceptionHandlingClauseOptions.Clause ?
_catchType
: throw new InvalidOperationException(SR.NotAClause);