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