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