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)
68
if (_items.Count ==
_highWatermark
)
72
int countToPurge =
_highWatermark
- _lowWatermark;