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