2 references to WriteBufferWrapper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (2)
200public static readonly WriteBufferWrapper EmptyContainer = new WriteBufferWrapper(null, -1, -1, true); 207public WriteBufferWrapper(byte[] buffer, int offset, int count) : this(buffer, offset, count, false) { }