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);