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