1 write to _value
Microsoft.Extensions.Primitives (1)
InplaceStringBuilder.cs (1)
146
_value
??= new string('\0', _capacity);
3 references to _value
Microsoft.Extensions.Primitives (3)
InplaceStringBuilder.cs (3)
102
fixed (char* destination =
_value
)
124
fixed (char* destination =
_value
)
141
return
_value
;