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