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