9 references to HighBit
System.Net.HttpListener (9)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (9)
107Interlocked.CompareExchange(ref _intCompleted, HighBit, 0); 189result = Interlocked.CompareExchange(ref _intCompleted, HighBit, 0); 214result = Interlocked.CompareExchange(ref _intCompleted, HighBit, 0); 217return (result & ~HighBit) != 0; 226return (_intCompleted & ~HighBit) != 0; 295if ((_intCompleted & ~HighBit) == 0 && (Interlocked.Increment(ref _intCompleted) & ~HighBit) == 1) 474if ((_intCompleted & ~HighBit) == 0 && (Interlocked.Increment(ref _intCompleted) & ~HighBit) == 1)