3 references to s_basicTypeAllocationBufferSize
mscorlib (3)
system\diagnostics\eventing\eventprovider.cs (3)
708
dataBuffer +=
s_basicTypeAllocationBufferSize
;
874
dataBuffer +=
s_basicTypeAllocationBufferSize
;
935
byte* dataBuffer = stackalloc byte[
s_basicTypeAllocationBufferSize
* 2 * argCount]; // Assume 16 chars for non-string argument