2 references to ExceptionIndexFirstBit
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
106
return ((uint)Flags & (mask << (int)ContinuationFlags.
ExceptionIndexFirstBit
)) != 0;
130
uint index = ((uint)Flags >> (int)ContinuationFlags.
ExceptionIndexFirstBit
) & mask;