6 references to c_EncodedCharLength
System.Xml (6)
System\Xml\XmlConvert.cs (6)
112for (int position = 0; position < length - c_EncodedCharLength + 1; position ++) { 140copyPosition = position + c_EncodedCharLength + 4; 149copyPosition = position + c_EncodedCharLength + 4; 152position += c_EncodedCharLength - 1 + 4; //just skip 156copyPosition = position + c_EncodedCharLength; 162position += c_EncodedCharLength - 1;