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