1 reference to ContinuationContextIndexNumBits
System.Private.CoreLib (1)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
95
const uint mask = (1u << (int)ContinuationFlags.
ContinuationContextIndexNumBits
) - 1;