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