9 references to GetCollection
System.ServiceModel (9)
System\ServiceModel\ComIntegration\CatalogUtil.cs (2)
125
applicationRoles = application.
GetCollection
("Roles");
147
users = appRole.
GetCollection
("UsersInRole");
System\ServiceModel\ComIntegration\DllHostInitializer.cs (1)
105
classes = application.
GetCollection
("Components");
System\ServiceModel\ComIntegration\ServiceInfo.cs (5)
172
roles = classObject.
GetCollection
("RolesForComponent");
180
interfaces = classObject.
GetCollection
("InterfacesForComponent");
362
roles = interfaceObject.
GetCollection
("RolesForInterface");
371
methods = interfaceObject.
GetCollection
("MethodsForInterface");
413
roles = methodObject.
GetCollection
("RolesForMethod");
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (1)
65
classes = application.
GetCollection
("Components");