5 references to Clause
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (2)
843Debug.Assert(kind != (int)ExceptionHandlingClauseOptions.Clause || (exceptionTypeToken & 0x00FFFFFF) != 0); 856ExceptionHandlingClauseOptions.Clause or
src\System\Reflection\RuntimeExceptionHandlingClause.cs (2)
49if (_flags != ExceptionHandlingClauseOptions.Clause) 68if (Flags == ExceptionHandlingClauseOptions.Clause)
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);