1 write to _length
Microsoft.AspNetCore.OutputCaching (1)
FormatterBinaryReader.cs (1)
30
_length
= content.Length;
5 references to _length
Microsoft.AspNetCore.OutputCaching (5)
FormatterBinaryReader.cs (5)
25
public bool IsEOF => _offset >=
_length
;
135
if (_offset >
_length
- bytes)
151
if (_offset >
_length
- bytes)
162
if (_offset >
_length
- count)
179
if (_offset >
_length
- count)