1 write to recycledStatePool
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
594recycledStatePool = new SynchronizedPool<RecycledMessageState>(maxReadPoolSize);
3 references to recycledStatePool
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncoder.cs (3)
588if (recycledStatePool == null) 592if (recycledStatePool == null) 598return recycledStatePool;