2 references to IsEOF
Microsoft.AspNetCore.OutputCaching (2)
FormatterBinaryReader.cs (1)
36
if (
IsEOF
)
OutputCacheEntryFormatter.cs (1)
373
Debug.Assert(reader.
IsEOF
, "should have read entire payload");