23 references to GetValue
System.ServiceModel (23)
System\ServiceModel\ComIntegration\CatalogUtil.cs (3)
134
string roleName = (string)role.
GetValue
("Name");
140
string appRoleName = (string)appRole.
GetValue
("Name");
150
string user = (string)userObject.
GetValue
("User");
System\ServiceModel\ComIntegration\DllHostInitializer.cs (6)
83
bool processPooled = ((int)application.
GetValue
("ConcurrentApps")) > 1;
91
bool processRecycled = ((int)application.
GetValue
("RecycleLifetimeLimit")) > 0 ||
92
((int)application.
GetValue
("RecycleCallLimit")) > 0 ||
93
((int)application.
GetValue
("RecycleActivationLimit")) > 0 ||
94
((int)application.
GetValue
("RecycleMemoryLimit")) > 0;
144
Guid clsid = Fx.CreateGuid((string)classObject.
GetValue
("CLSID"));
System\ServiceModel\ComIntegration\ServiceInfo.cs (12)
90
this.appid = Fx.CreateGuid((string)application.
GetValue
("ID"));
91
this.partitionId = Fx.CreateGuid((string)application.
GetValue
("AppPartitionID"));
92
this.bitness = (Bitness)classObject.
GetValue
("Bitness");
93
this.transactionOption = (TransactionOption)classObject.
GetValue
("Transaction");
101
adminIsolationLevel = (COMAdminIsolationLevel)classObject.
GetValue
("TxIsolationLevel");
128
adminThreadingModel = (COMAdminThreadingModel)classObject.
GetValue
("ThreadingModel");
139
objectPoolingEnabled = (bool)classObject.
GetValue
("ObjectPoolingEnabled");
148
maxPoolSize = (int)classObject.
GetValue
("MaxPoolSize");
155
appSecurityEnabled = (bool)application.
GetValue
(
161
classSecurityEnabled = (bool)classObject.
GetValue
(
205
if (DiagnosticUtility.Utility.TryCreateGuid((string)interfaceObject.
GetValue
("IID"), out otherInterfaceID))
408
this.name = (string)methodObject.
GetValue
("Name");
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (2)
70
string otherClsid = (string)tempClassObject.
GetValue
("CLSID");
136
int activation = (int)application.
GetValue
("Activation");