2 references to StackallocCharThreshold
System.Text.Json.SourceGeneration (2)
src\libraries\System.Text.Json\Common\JsonSeparatorNamingPolicy.cs (2)
46Span<char> destination = initialBufferLength <= JsonConstants.StackallocCharThreshold 47? stackalloc char[JsonConstants.StackallocCharThreshold]