9 references to HighBit
System.Net.Requests (9)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (9)
122Interlocked.CompareExchange(ref _intCompleted, HighBit, 0); 204result = Interlocked.CompareExchange(ref _intCompleted, HighBit, 0); 229result = Interlocked.CompareExchange(ref _intCompleted, HighBit, 0); 232return (result & ~HighBit) != 0; 241return (_intCompleted & ~HighBit) != 0; 310if ((_intCompleted & ~HighBit) == 0 && (Interlocked.Increment(ref _intCompleted) & ~HighBit) == 1) 489if ((_intCompleted & ~HighBit) == 0 && (Interlocked.Increment(ref _intCompleted) & ~HighBit) == 1)