5 references to basicTypeAllocationBufferSize
System.ServiceModel.Internals (5)
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (5)
475
byte* dataBuffer = stackalloc byte[
basicTypeAllocationBufferSize
]; // Assume a max of 16 chars for non-string argument
538
byte* dataBuffer = stackalloc byte[
basicTypeAllocationBufferSize
* argCount]; // Assume 16 chars for non-string argument
553
currentBuffer +=
basicTypeAllocationBufferSize
;
765
byte* dataBuffer = stackalloc byte[
basicTypeAllocationBufferSize
* argCount]; // 16 byte for unboxing non-string argument
780
currentBuffer +=
basicTypeAllocationBufferSize
;