7 references to And
System.ComponentModel.TypeConverter (1)
System\ComponentModel\InterlockedBitVector32.cs (1)
29
Interlocked.
And
(ref _data, ~bit);
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
459
Interlocked.
And
(ref Unsafe.As<CreateComInterfaceFlagsEx, int>(ref Flags), resetMask);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (2)
604
(uint)
And
(ref Unsafe.As<uint, int>(ref location1), (int)value);
703
And
(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (1)
114
Interlocked.
And
(ref m_combinedState, ~SignalledState_BitMask);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
899
Interlocked.
And
(ref m_stateFlags, ~(int)TaskStateFlags.WaitCompletionNotification);
System\Threading\Thread.NativeAot.cs (1)
283
return Interlocked.
And
(ref _threadState, ~(int)bit);