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