1 write to _maxReadPoolSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
43
_maxReadPoolSize
= maxReadPoolSize;
3 references to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
95
get { return
_maxReadPoolSize
; }
130
_recycledStatePool = new SynchronizedPool<RecycledMessageState>(
_maxReadPoolSize
);
202
_bufferedDataPool = new SynchronizedPool<BinaryBufferedMessageData>(
_maxReadPoolSize
);