2 writes to _head
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
978_head = (_head + 1) % _items.Length; 991_head = 0;
5 references to _head
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (5)
975Item item = _items[_head]; 976_items[_head] = new Item(); 978_head = (_head + 1) % _items.Length; 989newItems[i] = _items[(_head + i) % _items.Length]; 994int tail = (_head + _totalCount) % _items.Length;