1 write to _stream
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
43
_stream
= stream;
7 references to _stream
Microsoft.Maui.Controls (7)
Internals\ImageParser.cs (7)
52
if (
_stream
.CanSeek)
53
global::System.Diagnostics.Debug.Assert(
_stream
.Position == _currentPosition);
75
return
_stream
.ReadByte();
89
buffer.Append((char)
_stream
.ReadByte());
106
bytesRead = await
_stream
.ReadAsync(buffer, totalBytesRead, toRead - totalBytesRead);
140
if (
_stream
.CanSeek)
142
_stream
.Seek(_currentBlockSize, SeekOrigin.Current);