2 references to UndefinedNamedReference
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexParser.cs (2)
918
throw MakeException(RegexParseError.
UndefinedNamedReference
, SR.Format(SR.UndefinedNamedReference, uncapname));
1270
throw MakeException(RegexParseError.
UndefinedNamedReference
, SR.Format(SR.UndefinedNamedReference, capname));