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