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