4 references to ShorthandClassInCharacterRange
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
647
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
659
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
671
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
684
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));