1 write to catalogCollection
System.ServiceModel (1)
System\ServiceModel\ComIntegration\CatalogUtil.cs (1)
54this.catalogCollection = catalogCollection;
3 references to catalogCollection
System.ServiceModel (3)
System\ServiceModel\ComIntegration\CatalogUtil.cs (3)
61return this.catalogCollection.Count(); 69catalogObject = (ICatalogObject)this.catalogCollection.Item(index); 71return new ComCatalogObject(catalogObject, this.catalogCollection);