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