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