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)
27
public sealed override Type? CatchType =>
_flags
== ExceptionHandlingClauseOptions.Clause ? _catchType : throw new InvalidOperationException(SR.NotAClause);
28
public sealed override ExceptionHandlingClauseOptions Flags =>
_flags
;
29
public sealed override int FilterOffset =>
_flags
== ExceptionHandlingClauseOptions.Filter ? _filterOffset : throw new InvalidOperationException(SR.NotAFilter);