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