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