3 references to s_basicTypeAllocationBufferSize
WindowsBase (3)
Shared\MS\Utility\TraceProvider.cs (3)
123
byte* dataBuffer = stackalloc byte[
s_basicTypeAllocationBufferSize
];
168
byte* dataBuffer = stackalloc byte[
s_basicTypeAllocationBufferSize
* argCount];
177
currentBuffer +=
s_basicTypeAllocationBufferSize
;