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