2 writes to lookupCache
System.ServiceModel (2)
System\ServiceModel\Channels\UriPrefixTable.cs (2)
38this.lookupCache = new HopperCache(HopperSize, useWeakReferences); 119this.lookupCache = new HopperCache(HopperSize, this.useWeakReferences);
2 references to lookupCache
System.ServiceModel (2)
System\ServiceModel\Channels\UriPrefixTable.cs (2)
100object value = this.lookupCache.GetValue(ThisLock, key); 114this.lookupCache.Add(key, item ?? (object)DBNull.Value);