3 references to AllocateByteArray
System.ServiceModel.Internals (3)
System\Runtime\InternalBufferManager.cs (3)
284
returnValue = Fx.
AllocateByteArray
(bufferPool.BufferSize);
294
returnValue = Fx.
AllocateByteArray
(bufferSize);
562
return Fx.
AllocateByteArray
(bufferSize);