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