DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (5)
64_position = RootStart.Length;
105_position += EncodeAndAdvance(RootStart, _position, buffer, ref index, ref count);
108_position += EncodeAndAdvance(CurrentStart, _position - RootStart.Length, buffer, ref index, ref count);
111_position += EncodeAndAdvance(_text, _position - RootStart.Length - CurrentStart.Length, buffer, ref index, ref count);
114_position += EncodeAndAdvance(CurrentEnd, _position - RootStart.Length - CurrentStart.Length - _text.Length, buffer, ref index, ref count);