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