10 references to InvalidOperation_EnumNotStarted
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
1124throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 2144throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 2615throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
1115return new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1424throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
1086if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1103if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1140if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (2)
530throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 762SR.InvalidOperation_EnumNotStarted :