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