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)
290
if (
_lastItem
== -1)
350
for (int i = _firstItem; i <=
_lastItem
; i++)
414
while (i == _firstItem && i <=
_lastItem
)
452
i =
_lastItem
;
453
while (i ==
_lastItem
&& i >= _firstItem)
500
Debug.Assert(
_lastItem
== -1);
510
int newItemIndex =
_lastItem
+ 1;