2 references to s_basicTypeAllocationBufferSize
System.Core (2)
System\Diagnostics\Eventing\EventProvider.cs (2)
675
byte* dataBuffer = stackalloc byte[
s_basicTypeAllocationBufferSize
* argCount]; // 16 byte for unboxing non-string argument
688
currentBuffer +=
s_basicTypeAllocationBufferSize
;