2 references to ExceptionIndexNumBits
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
129const uint mask = (1u << (int)ContinuationFlags.ExceptionIndexNumBits) - 1; 135const uint mask = (1u << (int)ContinuationFlags.ExceptionIndexNumBits) - 1;