2 overrides of Return
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
451
internal override bool
Return
(byte[] buffer)
496
internal override bool
Return
(byte[] buffer)
2 references to Return
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
134
newBufferPool.
Return
(buffer);
225
if (bufferPool.
Return
(buffer))