14 references to Key
ComSvcConfig (14)
ComAdminWrapper.cs (14)
70string id = ((string)appObj.Key()).ToLowerInvariant(); 106ICatalogCollection comps = (ICatalogCollection)appColl.GetCollection(CollectionName.Components, appObj.Key()); 113clsid = new Guid((string)compObj.Key()); 133ICatalogCollection comps = (ICatalogCollection)appColl.GetCollection(CollectionName.Components, appObj.Key()); 142string id = ((string)compObj.Key()).ToLowerInvariant(); //make key lowercase 189ICatalogCollection applications = (ICatalogCollection)(partitions.GetCollection(CollectionName.Applications, partition.Key())); 195appIds.Add(new Guid((string)obj.Key())); 496clsid = ((string)comp.Key()).ToLowerInvariant(); 552appId = new Guid((string)appObj.Key()); 616this.appid = new Guid((string)appObj.Key()); 727ICatalogCollection comps = (ICatalogCollection)appColl.GetCollection(CollectionName.Components, appObj.Key()); 848this.clsid = new Guid((string)compObj.Key()); 859ICatalogCollection interfaceColl = (ICatalogCollection)compColl.GetCollection(CollectionName.InterfacesForComponent, compObj.Key()); 864Guid interfaceID = new Guid((string)itf.Key());