2 writes to _text
Microsoft.CodeAnalysis (2)
DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (2)
50_text = null; 57_text = text;
2 references to _text
Microsoft.CodeAnalysis (2)
DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (2)
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);