1 write to highWatermark
System.ServiceModel.Internals (1)
System\Runtime\MruCache.cs (1)
38
this.
highWatermark
= highWatermark;
2 references to highWatermark
System.ServiceModel.Internals (2)
System\Runtime\MruCache.cs (2)
67
if (this.items.Count == this.
highWatermark
)
71
int countToPurge = this.
highWatermark
- this.lowWatermark;