6 writes to charEntityIndex
System.Xml (6)
System\Xml\Core\CharEntityEncoderFallback.cs (6)
92
charEntityIndex
= 0;
116
charEntityIndex
= 0;
133
charEntityIndex
= -1;
140
char ch = charEntity[
charEntityIndex
++];
154
charEntityIndex
--;
176
charEntityIndex
= -1;
10 references to charEntityIndex
System.Xml (10)
System\Xml\Core\CharEntityEncoderFallback.cs (10)
84
if (
charEntityIndex
>= 0 ) {
109
if (
charEntityIndex
>= 0 ) {
131
if (
charEntityIndex
== charEntity.Length)
135
if (
charEntityIndex
== -1 ) {
139
Debug.Assert(
charEntityIndex
< charEntity.Length );
146
if (
charEntityIndex
== -1 ) {
151
Debug.Assert(
charEntityIndex
<= charEntity.Length);
152
if (
charEntityIndex
> 0)
166
if (
charEntityIndex
== -1 ) {
170
return charEntity.Length -
charEntityIndex
;