6 references to Return
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
453
return _innerPool.
Return
(buffer);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
181
_bufferedWriterPool.
Return
(messageWriter);
222
_bufferedDataPool.
Return
(messageData);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (1)
89
_messageStatePool.
Return
(messageState);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (2)
612
_bufferedWriterPool.
Return
(messageWriter);
652
_bufferedReaderPool.
Return
(messageData);