1 instantiation of FormatterBinaryWriter
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
119
var writer = new
FormatterBinaryWriter
(output);
2 references to FormatterBinaryWriter
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheEntryFormatter.cs (2)
119
var
writer = new FormatterBinaryWriter(output);
189
static void WriteCommonHeader(ref
FormatterBinaryWriter
writer, string? value)