8 references to Or
System.ComponentModel.TypeConverter (1)
System\ComponentModel\InterlockedBitVector32.cs (1)
25
Interlocked.
Or
(ref _data, bit);
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
451
Interlocked.
Or
(ref Unsafe.As<CreateComInterfaceFlagsEx, int>(ref Flags), setMask);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (1)
123
Interlocked.
Or
(ref _state, StateBits.Closed);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (2)
747
(uint)
Or
(ref Unsafe.As<uint, int>(ref location1), (int)value);
846
Or
(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (2)
110
Interlocked.
Or
(ref m_combinedState, SignalledState_BitMask);
302
long origState = Interlocked.
Or
(ref m_combinedState, SignalledState_BitMask);
System\Threading\Thread.NativeAot.cs (1)
278
return Interlocked.
Or
(ref _threadState, (int)bit);