1 write to recycledStatePool
System.ServiceModel (1)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
778recycledStatePool = new SynchronizedPool<RecycledMessageState>(maxReadPoolSize);
3 references to recycledStatePool
System.ServiceModel (3)
System\ServiceModel\Channels\TextMessageEncoder.cs (3)
772if (recycledStatePool == null) 776if (recycledStatePool == null) 782return recycledStatePool;