3 writes to _incReadLeftEndPos
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
8273_incReadLeftEndPos = _ps.charPos; 8337_incReadLeftEndPos = 0; 8658_incReadLeftEndPos = pos;
2 references to _incReadLeftEndPos
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
2240_stringBuilder.Append(_ps.chars, _incReadLeftStartPos, _incReadLeftEndPos - _incReadLeftStartPos); 8315int charsLeft = _incReadLeftEndPos - _incReadLeftStartPos;