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)
27public sealed override Type? CatchType => _flags == ExceptionHandlingClauseOptions.Clause ? _catchType : throw new InvalidOperationException(SR.NotAClause);