2 references to initialBufferCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
70
if (bufferCount >
initialBufferCount
)
72
bufferCount =
initialBufferCount
;