1 write to _recycledStatePool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
665
_recycledStatePool
= new SynchronizedPool<RecycledMessageState>(_maxReadPoolSize);
3 references to _recycledStatePool
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (3)
659
if (
_recycledStatePool
== null)
663
if (
_recycledStatePool
== null)
669
return
_recycledStatePool
;