3 writes to _currentIsValid
System.Resources.Extensions (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
1078_currentIsValid = false; 1082_currentIsValid = true; 1160_currentIsValid = false;
3 references to _currentIsValid
System.Resources.Extensions (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
1092if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1109if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1146if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);