4 references to EnumNotStarted
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\CaptureCollection.cs (1)
301throw new InvalidOperationException(SR.EnumNotStarted);
System\Text\RegularExpressions\GroupCollection.cs (2)
422throw new InvalidOperationException(SR.EnumNotStarted); 435throw new InvalidOperationException(SR.EnumNotStarted);
System\Text\RegularExpressions\MatchCollection.cs (1)
389throw new InvalidOperationException(SR.EnumNotStarted);