5 references to InvalidOperation_EnumNotStarted
System (5)
compmod\system\collections\generic\queue.cs (2)
392
ThrowHelper.ThrowInvalidOperationException(ExceptionResource.
InvalidOperation_EnumNotStarted
);
405
ThrowHelper.ThrowInvalidOperationException(ExceptionResource.
InvalidOperation_EnumNotStarted
);
compmod\system\collections\generic\stack.cs (2)
308
if (_index == -2) ThrowHelper.ThrowInvalidOperationException(ExceptionResource.
InvalidOperation_EnumNotStarted
);
316
if (_index == -2) ThrowHelper.ThrowInvalidOperationException(ExceptionResource.
InvalidOperation_EnumNotStarted
);
compmod\system\collections\generic\throwhelper.cs (1)
257
case ExceptionResource.
InvalidOperation_EnumNotStarted
: