3 references to BasicTypeAllocationBufferSize
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (3)
283
dataBuffer +=
BasicTypeAllocationBufferSize
;
442
dataBuffer +=
BasicTypeAllocationBufferSize
;
493
byte* dataBuffer = stackalloc byte[
BasicTypeAllocationBufferSize
* 2 * argCount]; // Assume 16 chars for non-string argument