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)
25public bool IsEOF => _offset >= _length; 135if (_offset > _length - bytes) 151if (_offset > _length - bytes) 162if (_offset > _length - count) 179if (_offset > _length - count)