2 references to CreatePool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
75
bufferPoolList.Add(BufferPool.
CreatePool
(bufferSize, bufferCount));
126
BufferPool newBufferPool = BufferPool.
CreatePool
(oldBufferPool.BufferSize, newLimit);