FrameworkFork\Microsoft.Xml\Xml\XmlEncoding.cs (4)
432i = GetFullChars(lastBytes, 0, 4, chars, charIndex);
443i = GetFullChars(bytes, byteIndex, byteCount, chars, charIndex) + i;
483i = GetFullChars(lastBytes, 0, 4, chars, charIndex);
516charsUsed = GetFullChars(bytes, byteIndex, byteCount, chars, charIndex) + i;