4 references to cache
System.ServiceModel (4)
System\ServiceModel\Transactions\TransactionCache.cs (4)
71
if (!
cache
.ContainsKey(key))
73
cache
.Add(key, value);
100
bool remove =
cache
.Remove(key);
129
if (
cache
.TryGetValue(key, out value))