2 references to RethrowFlag
System.Private.CoreLib (2)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (2)
515
_kind = rethrownExInfo._kind | ExKind.
RethrowFlag
;
778
bool isFirstRethrowFrame = (exInfo._kind & ExKind.
RethrowFlag
) != 0;