1 instantiation of FormatterBinaryReader
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
229
var reader = new
FormatterBinaryReader
(content);
3 references to FormatterBinaryReader
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheEntryFormatter.cs (3)
229
var
reader = new FormatterBinaryReader(content);
333
static ReadOnlyMemory<byte> ReadSegment(ref
FormatterBinaryReader
reader)
377
private static string ReadCommonHeader(ref
FormatterBinaryReader
reader)