6 references to EncodedCharLength
System.Private.Xml (6)
System\Xml\XmlConvert.cs (6)
99
for (int position = 0; position < length -
EncodedCharLength
+ 1; position++)
128
copyPosition = position +
EncodedCharLength
+ 4;
138
copyPosition = position +
EncodedCharLength
+ 4;
141
position +=
EncodedCharLength
- 1 + 4; //just skip
145
copyPosition = position +
EncodedCharLength
;
151
position +=
EncodedCharLength
- 1;