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