1 write to CacheMiss
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
837if (this.messageHandler.IsNotSeenBefore(message, out id, out peerProperty.CacheMiss))
2 references to CacheMiss
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
366if (peerProperty.CacheMiss > UtilityExtension.AcceptableMissDistance) 368UtilityExtension.ReportCacheMiss(neighbor, peerProperty.CacheMiss);