7 references to And
System.ComponentModel.TypeConverter (1)
System\ComponentModel\InterlockedBitVector32.cs (1)
29Interlocked.And(ref _data, ~bit);
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
459Interlocked.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); 703And(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (1)
114Interlocked.And(ref m_combinedState, ~SignalledState_BitMask);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
899Interlocked.And(ref m_stateFlags, ~(int)TaskStateFlags.WaitCompletionNotification);
System\Threading\Thread.NativeAot.cs (1)
283return Interlocked.And(ref _threadState, ~(int)bit);