1 write to recycledStatePool
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
140
recycledStatePool
= new SynchronizedPool<RecycledMessageState>(maxReadPoolSize);
3 references to recycledStatePool
System.ServiceModel.Web (3)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (3)
134
if (
recycledStatePool
== null)
138
if (
recycledStatePool
== null)
144
return
recycledStatePool
;