3 writes to _currentIsValid
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
1076
_currentIsValid
= false;
1080
_currentIsValid
= true;
1158
_currentIsValid
= false;
3 references to _currentIsValid
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
1090
if (!
_currentIsValid
) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
1107
if (!
_currentIsValid
) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
1144
if (!
_currentIsValid
) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);