1 write to _value
Microsoft.Extensions.Primitives (1)
InplaceStringBuilder.cs (1)
138
_value
??= new string('\0', _capacity);
3 references to _value
Microsoft.Extensions.Primitives (3)
InplaceStringBuilder.cs (3)
94
fixed (char* destination =
_value
)
116
fixed (char* destination =
_value
)
133
return
_value
;