2 references to AcceptableMissDistance
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (1)
366if (peerProperty.CacheMiss > UtilityExtension.AcceptableMissDistance)
System\ServiceModel\Channels\UtilityExtension.cs (1)
377Fx.Assert(missedBy > AcceptableMissDistance, "Call this method for cache misses ONLY!");