8 writes to root
Microsoft.AspNetCore.OutputCaching (8)
FormatterBinaryWriter.cs (8)
28root = ref Unsafe.NullRef<byte>(); // no buffer initially 39return MemoryMarshal.CreateSpan(ref Unsafe.Add(ref root, offset), length - offset); 47if (Unsafe.IsNullRef(ref root)) 68Unsafe.Add(ref root, offset++) = value; 117root = ref MemoryMarshal.GetReference(span); 125if (!Unsafe.IsNullRef(ref root)) 129root = ref Unsafe.NullRef<byte>(); 137Unsafe.Add(ref root, offset++) = value;