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