6 writes to _charEntityIndex
System.Private.Xml (6)
System\Xml\Core\CharEntityEncoderFallback.cs (6)
76
_charEntityIndex
= 0;
103
_charEntityIndex
= 0;
120
_charEntityIndex
= -1;
130
return _charEntity[
_charEntityIndex
++];
145
_charEntityIndex
--;
155
_charEntityIndex
= -1;
10 references to _charEntityIndex
System.Private.Xml (10)
System\Xml\Core\CharEntityEncoderFallback.cs (10)
61
public override int Remaining =>
_charEntityIndex
== -1 ? 0 : _charEntity.Length -
_charEntityIndex
;
66
if (
_charEntityIndex
>= 0)
94
if (
_charEntityIndex
>= 0)
118
if (
_charEntityIndex
== _charEntity.Length)
123
if (
_charEntityIndex
== -1)
128
Debug.Assert(
_charEntityIndex
< _charEntity.Length);
135
if (
_charEntityIndex
== -1)
141
Debug.Assert(
_charEntityIndex
<= _charEntity.Length);
143
if (
_charEntityIndex
> 0)