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