1 write to streamedWriterPool
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
434
streamedWriterPool
= new SynchronizedPool<XmlDictionaryWriter>(maxWritePoolSize);
4 references to streamedWriterPool
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (4)
428
if (
streamedWriterPool
== null)
432
if (
streamedWriterPool
== null)
438
XmlDictionaryWriter xmlWriter =
streamedWriterPool
.Take();
457
streamedWriterPool
.Return(xmlWriter);