3 instantiations of ComCatalogObject
System.ServiceModel (3)
System\ServiceModel\ComIntegration\CatalogUtil.cs (3)
71return new ComCatalogObject(catalogObject, this.catalogCollection); 196return new ComCatalogObject(appObject, appCollection); 208return new ComCatalogObject(appObject, appCollection);
25 references to ComCatalogObject
System.ServiceModel (25)
System\ServiceModel\ComIntegration\CatalogUtil.cs (8)
66public ComCatalogObject Item(int index) 86ComCatalogObject current; 96public ComCatalogObject Current 121ComCatalogObject application, 132foreach (ComCatalogObject role in rolesCollection) 138foreach (ComCatalogObject appRole in applicationRoles) 148foreach (ComCatalogObject userObject in users) 162internal static ComCatalogObject FindApplication(Guid applicationId)
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (2)
27ComCatalogObject applicationObject, 28ComCatalogObject classObject,
System\ServiceModel\ComIntegration\DllHostedComPlusServiceHost.cs (2)
16ComCatalogObject applicationObject, 17ComCatalogObject classObject)
System\ServiceModel\ComIntegration\DllHostInitializer.cs (2)
74ComCatalogObject application; 142foreach (ComCatalogObject classObject in classes)
System\ServiceModel\ComIntegration\ServiceInfo.cs (8)
82ComCatalogObject application, 83ComCatalogObject classObject, 202foreach (ComCatalogObject interfaceObject in interfaces) 353ComCatalogObject interfaceObject, 354ComCatalogObject application) 372foreach (ComCatalogObject method in methods) 405public OperationInfo(ComCatalogObject methodObject, 406ComCatalogObject application)
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (3)
55ComCatalogObject application; 67ComCatalogObject classObject = null; 68foreach (ComCatalogObject tempClassObject in classes)