1 write to _q
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
431_q = q;
5 references to _q
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (5)
445if (_version != _q._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 452if (_index == _q._size) 461T[] array = _q._array; 467uint arrayIndex = (uint)(_q._head + _index); // this is the actual index into the queue's backing array 506if (_version != _q._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);