1 write to _version
mscorlib (1)
system\collections\stack.cs (1)
316
_version
= _stack._version;
2 references to _version
mscorlib (2)
system\collections\stack.cs (2)
328
if (
_version
!= _stack._version) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumFailedVersion));
357
if (
_version
!= _stack._version) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumFailedVersion));