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