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