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