4 writes to _root
Microsoft.AspNetCore.OutputCaching (4)
FormatterBinaryReader.cs (4)
31
_root
= ref MemoryMarshal.GetReference(content.Span);
40
return Unsafe.Add(ref
_root
, _offset++);
143
var s = Encoding.UTF8.GetString(MemoryMarshal.CreateReadOnlySpan(ref Unsafe.Add(ref
_root
, _offset), bytes));
170
var result = MemoryMarshal.CreateReadOnlySpan(ref Unsafe.Add(ref
_root
, _offset), count);