Skip to content

Commit

Permalink
Make readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Apr 1, 2021
1 parent 8a527f9 commit f8e3f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal class ReadOnlySequenceStream : Stream, IDisposableObservable
/// </summary>
private Task<int>? lastReadTask;

private ReadOnlySequence<byte> readOnlySequence;
private readonly ReadOnlySequence<byte> readOnlySequence;

private SequencePosition position;

Expand Down

0 comments on commit f8e3f7c

Please sign in to comment.