1 write to _flags
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\RoExceptionHandlingClause.cs (1)
19_flags = flags;
3 references to _flags
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\MethodBase\RoExceptionHandlingClause.cs (3)
27public sealed override Type? CatchType => _flags == ExceptionHandlingClauseOptions.Clause ? _catchType : throw new InvalidOperationException(SR.NotAClause); 28public sealed override ExceptionHandlingClauseOptions Flags => _flags; 29public sealed override int FilterOffset => _flags == ExceptionHandlingClauseOptions.Filter ? _filterOffset : throw new InvalidOperationException(SR.NotAFilter);