3 references to InvalidOperation_EnumNotStarted
System.Resources.Extensions (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
1086
if (!_currentIsValid) throw new InvalidOperationException(SR.
InvalidOperation_EnumNotStarted
);
1103
if (!_currentIsValid) throw new InvalidOperationException(SR.
InvalidOperation_EnumNotStarted
);
1140
if (!_currentIsValid) throw new InvalidOperationException(SR.
InvalidOperation_EnumNotStarted
);