5 writes to _lastItem
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (5)
459_lastItem--; 468_lastItem--; 481_lastItem--; 492_lastItem = -1; 526_lastItem = newItemIndex;
7 references to _lastItem
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (7)
290if (_lastItem == -1) 350for (int i = _firstItem; i <= _lastItem; i++) 414while (i == _firstItem && i <= _lastItem) 452i = _lastItem; 453while (i == _lastItem && i >= _firstItem) 500Debug.Assert(_lastItem == -1); 510int newItemIndex = _lastItem + 1;