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