1 instantiation of SynchronizedPool
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
468
this.innerPool = new
SynchronizedPool
<byte[]>(limit);
1 reference to SynchronizedPool
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
463
SynchronizedPool
<byte[]> innerPool;