2 references to Write
Microsoft.AspNetCore.OutputCaching (2)
FormatterBinaryWriter.cs (1)
77public void Write(string value) => Write(value, 0);
OutputCacheEntryFormatter.cs (1)
205writer.Write(value, lengthShift: 1);