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