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