6 writes to _charEntityIndex
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (6)
109_charEntityIndex = 0; 138_charEntityIndex = 0; 157_charEntityIndex = -1; 166char ch = _charEntity[_charEntityIndex++]; 183_charEntityIndex--; 211_charEntityIndex = -1;
10 references to _charEntityIndex
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (10)
99if (_charEntityIndex >= 0) 129if (_charEntityIndex >= 0) 155if (_charEntityIndex == _charEntity.Length) 159if (_charEntityIndex == -1) 165Debug.Assert(_charEntityIndex < _charEntity.Length); 173if (_charEntityIndex == -1) 180Debug.Assert(_charEntityIndex <= _charEntity.Length); 181if (_charEntityIndex > 0) 198if (_charEntityIndex == -1) 204return _charEntity.Length - _charEntityIndex;