4 writes to _currentPosition
Microsoft.Maui.Controls (4)
Internals\ImageParser.cs (4)
74 _currentPosition++; 91 _currentPosition += length; 115 _currentPosition += totalBytesRead; 143 _currentPosition += _currentBlockSize;
2 references to _currentPosition
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
53 global::System.Diagnostics.Debug.Assert(_stream.Position == _currentPosition); 55 return _currentPosition;