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