6 writes to _position
Microsoft.CodeAnalysis (6)
DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (6)
51_position = 0;
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);
6 references to _position
Microsoft.CodeAnalysis (6)
DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (6)
62if (_position > 0)
71get { return _position; }
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);