1 write to adminBase
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\MetabaseReader.cs (1)
63
adminBase
= (IMSAdminBase)new MSAdminBase();
5 references to adminBase
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\MetabaseReader.cs (5)
61
if (
adminBase
== null)
68
uint hResult =
adminBase
.OpenKey(MSAdminBase.METADATA_MASTER_ROOT_HANDLE, LMPath,
124
uint hResult =
adminBase
.GetData((uint)mdHandle, path, ref record, ref bytes);
128
hResult =
adminBase
.GetData((uint)mdHandle, path, ref record, ref bytes);
230
adminBase
.CloseKey((uint)handleToClose);