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