3 references to sizeHistoryCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageWriter.cs (3)
77for (int i = 0; i < sizeHistoryCount; i++) 84for (int i = 0; i < sizeHistoryCount; i++) 93_sizeHistoryIndex = (_sizeHistoryIndex + 1) % sizeHistoryCount;