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