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