1 reference to StackallocThreshold
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
323
var vsb = new ValueStringBuilder(stackalloc char[
StackallocThreshold
]);