2 references to Create
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (1)
42: this(0, maxSize, InternalBufferManager.Create(0, int.MaxValue))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferManager.cs (1)
29return new WrappingBufferManager(InternalBufferManager.Create(maxBufferPoolSize, maxBufferSize));