1 write to streamedWriterPool
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
464
streamedWriterPool
= new SynchronizedPool<XmlDictionaryWriter>(maxWritePoolSize);
4 references to streamedWriterPool
System.ServiceModel.Web (4)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (4)
389
streamedWriterPool
.Return((XmlDictionaryWriter)xmlWriter);
458
if (
streamedWriterPool
== null)
462
if (
streamedWriterPool
== null)
468
XmlDictionaryWriter xmlWriter =
streamedWriterPool
.Take();