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