2 references to Create
System.ServiceModel.Primitives (2)
Internals\System\Runtime\BufferedOutputStream.cs (1)
43: this(0, maxSize, InternalBufferManager.Create(0, int.MaxValue))
System\ServiceModel\Channels\BufferManager.cs (1)
30return new WrappingBufferManager(InternalBufferManager.Create(maxBufferPoolSize, maxBufferSize));