1 write to target
Microsoft.AspNetCore.OutputCaching (1)
FormatterBinaryWriter.cs (1)
27
this.
target
= target;
4 references to target
Microsoft.AspNetCore.OutputCaching (4)
FormatterBinaryWriter.cs (4)
46
Debug.Assert(
target
is not null);
101
var actual = Encoding.UTF8.GetBytes(value,
target
);
110
var span =
target
.GetSpan(1024); // fairly arbitrary non-trivial buffer; we can explore larger if useful
127
target
.Advance(offset);