3 references to Increment
Microsoft.Extensions.ServiceDiscovery (1)
LoadBalancing\RoundRobinServiceEndpointSelector.cs (1)
28return collection[(int)(Interlocked.Increment(ref _next) % collection.Count)];
PresentationCore (1)
System\Windows\GlobalEventManager.cs (1)
437uint newIndex = Interlocked.Increment(ref s_globalEventIndex);
System.Private.Windows.Core (1)
Windows\Win32\System\Com\Lifetime.cs (1)
24Interlocked.Increment(ref ((Lifetime<TVTable, TObject>*)@this)->_refCount);