3 writes to _currentIsValid
mscorlib (3)
system\resources\resourcereader.cs (3)
1355_currentIsValid = false; 1359_currentIsValid = true; 1438_currentIsValid = false;
3 references to _currentIsValid
mscorlib (3)
system\resources\resourcereader.cs (3)
1368if (!_currentIsValid) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 1392if (!_currentIsValid) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 1424if (!_currentIsValid) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted));