1 override of GetKey
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1651public override string GetKey()
4 references to GetKey
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\CollectibleLRUCache.cs (4)
126if (directory.ContainsKey(node.GetKey())) 128directory.Remove(node.GetKey()); 138directory.Add(node.GetKey(), node); 195directory.Remove(currentCollectibleBatch[i].GetKey());