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