3 references to Matches
System (1)
regex\system\text\regularexpressions\Regex.cs (1)
928
return
Matches
(input, UseOptionR() ? input.Length : 0);
System.Xml (2)
System\Xml\XmlConvert.cs (2)
100
mc = c_DecodeCharPattern.
Matches
(name, underscorePos);
195
mc = c_EncodeCharPattern.
Matches
(name, underscorePos);