2 instantiations of ExpirableItem
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
88return this.TryAddItem(key, new ExpirableItem(item, expirationTime), replaceExistingEntry); 175this.entries[key] = new ExpirableItem(item, expirationTime);
2 references to ExpirableItem
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
335ExpirableItem wrapper = (val as ExpirableItem);