2 references to ReadString
Microsoft.AspNetCore.OutputCaching (2)
FormatterBinaryReader.cs (1)
127public string ReadString() => ReadString(Read7BitEncodedInt());
OutputCacheEntryFormatter.cs (1)
389return reader.ReadString(preamble >> 1);