1 write to _recycledStatePool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
130
_recycledStatePool
= new SynchronizedPool<RecycledMessageState>(_maxReadPoolSize);
3 references to _recycledStatePool
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
123
if (
_recycledStatePool
== null)
127
if (
_recycledStatePool
== null)
134
return
_recycledStatePool
;