1 write to streamedWriterPool
System.ServiceModel (1)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
645
streamedWriterPool
= new SynchronizedPool<XmlDictionaryWriter>(maxWritePoolSize);
4 references to streamedWriterPool
System.ServiceModel (4)
System\ServiceModel\Channels\TextMessageEncoder.cs (4)
639
if (
streamedWriterPool
== null)
643
if (
streamedWriterPool
== null)
649
XmlDictionaryWriter xmlWriter =
streamedWriterPool
.Take();
668
streamedWriterPool
.Return((XmlDictionaryWriter)xmlWriter);