4 references to ShorthandClassInCharacterRange
System.Text.RegularExpressions.Generator (4)
parent\src\System\Text\RegularExpressions\RegexParser.cs (4)
670
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
682
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
694
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));
707
throw MakeException(RegexParseError.
ShorthandClassInCharacterRange
, SR.Format(SR.ShorthandClassInCharacterRange, ch));