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