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