1 write to streamedWriterPool
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
153streamedWriterPool = new SynchronizedPool<XmlDictionaryWriter>(maxWritePoolSize);
4 references to streamedWriterPool
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
146if (streamedWriterPool == null) 150if (streamedWriterPool == null) 157XmlDictionaryWriter xmlWriter = streamedWriterPool.Take(); 176streamedWriterPool.Return(xmlWriter);