3 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);