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