8 references to cache
System.ServiceModel (8)
System\ServiceModel\Diagnostics\PerformanceCountersBase.cs (8)
133lock (this.cache) 136if (this.cache.TryGetValue(instanceName, out wr)) 139this.cache.Remove(instanceName); 157lock (this.cache) 159this.cache[instanceName] = new WeakReference(instance); 168lock (this.cache) 170foreach (var entry in this.cache.Where(pair => !pair.Value.IsAlive).ToList()) 172this.cache.Remove(entry.Key);