2 references to CreatePool
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
76
bufferPoolList.Add(BufferPool.
CreatePool
(bufferSize, bufferCount));
128
BufferPool newBufferPool = BufferPool.
CreatePool
(oldBufferPool.BufferSize, newLimit);