4 references to Filter
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
857
ExceptionHandlingClauseOptions.
Filter
or
src\System\Reflection\RuntimeExceptionHandlingClause.cs (2)
33
if (_flags != ExceptionHandlingClauseOptions.
Filter
)
74
if (Flags == ExceptionHandlingClauseOptions.
Filter
)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\RoExceptionHandlingClause.cs (1)
29
public sealed override int FilterOffset => _flags == ExceptionHandlingClauseOptions.
Filter
? _filterOffset : throw new InvalidOperationException(SR.NotAFilter);