4 references to ShorthandClassInCharacterRange
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
592
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
604
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
616
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
629
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));