1 write to _highWatermark
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (1)
39_highWatermark = highWatermark;
2 references to _highWatermark
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (2)
68if (_items.Count == _highWatermark) 72int countToPurge = _highWatermark - _lowWatermark;