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