Home
last modified time | relevance | path

Searched refs:IllegalEndEscape (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexParser.cs997 throw MakeException(SR.IllegalEndEscape); in ScanBackslash()
1067 throw MakeException(SR.IllegalEndEscape); in ScanBasicBackslash()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexParser.cs925 throw MakeException(SR.GetString(SR.IllegalEndEscape)); in ParseReplacement()
993 throw MakeException(SR.GetString(SR.IllegalEndEscape)); in ParseReplacement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs214 public const string IllegalEndEscape = "Illegal \\ at end of pattern."; field in SR