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