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