4 references to EnumNotStarted
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\CaptureCollection.cs (1)
213throw new InvalidOperationException(SR.EnumNotStarted);
System\Text\RegularExpressions\GroupCollection.cs (2)
266throw new InvalidOperationException(SR.EnumNotStarted); 279throw new InvalidOperationException(SR.EnumNotStarted);
System\Text\RegularExpressions\MatchCollection.cs (1)
231throw new InvalidOperationException(SR.EnumNotStarted);