4 references to Increment
PresentationCore (1)
System\Windows\GlobalEventManager.cs (1)
437uint newIndex = Interlocked.Increment(ref s_globalEventIndex);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (1)
690AsyncThreadContextId = Interlocked.Increment(ref s_nextAsyncThreadContextId);
System\Exception.NativeAot.cs (1)
114Interlocked.Increment(ref s_exceptionCount);
System.Private.Windows.Core (1)
Windows\Win32\System\Com\Lifetime.cs (1)
22Interlocked.Increment(ref ((Lifetime<TVTable, TObject>*)@this)->_refCount);