1 write to _version
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
432_version = q._version;
2 references to _version
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (2)
445if (_version != _q._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 506if (_version != _q._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);