1 write to c_EncodeCharPattern
System.Xml (1)
System\Xml\XmlConvert.cs (1)
193
c_EncodeCharPattern
= new Regex("(?<=_)[Xx]([0-9a-fA-F]{4}|[0-9a-fA-F]{8})_");
2 references to c_EncodeCharPattern
System.Xml (2)
System\Xml\XmlConvert.cs (2)
192
if (
c_EncodeCharPattern
== null ) {
195
mc =
c_EncodeCharPattern
.Matches(name, underscorePos);