6 references to Clause
mscorlib (6)
system\reflection\emit\methodbuilder.cs (4)
1051
if (handler.Kind == ExceptionHandlingClauseOptions.
Clause
&& handler.ExceptionTypeToken == 0)
1508
if (kind == ExceptionHandlingClauseOptions.
Clause
&& (exceptionTypeToken & 0x00FFFFFF) == 0)
1538
Contract.Assert(kind != (int)ExceptionHandlingClauseOptions.
Clause
|| (exceptionTypeToken & 0x00FFFFFF) != 0);
1553
case ExceptionHandlingClauseOptions.
Clause
:
system\reflection\methodbody.cs (2)
68
if (m_flags != ExceptionHandlingClauseOptions.
Clause
)
89
if (Flags == ExceptionHandlingClauseOptions.
Clause
)