2 writes to _text
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\XmlFragmentParser.cs (2)
139
_text
= null;
145
_text
= text;
2 references to _text
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\XmlFragmentParser.cs (2)
177
_position += EncodeAndAdvance(
_text
, _position - s_rootStart.Length - s_currentStart.Length, buffer, ref index, ref count);
180
_position += EncodeAndAdvance(s_currentEnd, _position - s_rootStart.Length - s_currentStart.Length -
_text
.Length, buffer, ref index, ref count);