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