2 references to ValueStringBuilder
System.Text.Json (2)
System\Text\Json\Nodes\JsonNode.cs (1)
145
var path = new
ValueStringBuilder
(stackalloc char[JsonConstants.StackallocCharThreshold]);
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
405
using ValueStringBuilder sb =
new
(stackalloc char[JsonConstants.StackallocCharThreshold]);