7 references to Matches
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (2)
105
mc = s_decodeCharPattern.
Matches
(name, underscorePos);
214
mc = s_encodeCharPattern.
Matches
(name, underscorePos);
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
188
mc = EncodeCharRegex.
Matches
(name, underscorePos);
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Regex.Match.cs (4)
236
/// <see cref="
Matches
(string, int)"/> method instead.
705
/// The <see cref="
Matches
(string, int)"/> method is similar to the <see cref="Match(string, int)"/>
714
/// The <see cref="
Matches
(string, int)"/> method uses lazy evaluation to populate the returned
721
/// Because of its lazy evaluation, calling the <see cref="
Matches
(string, int)"/> method does not throw