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