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