6 references to LocalMachineRegistryValue
System.Data (6)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2230version = (string)ADP.LocalMachineRegistryValue("Software\\Microsoft\\DataAccess", "FullInstallVer");
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (1)
225object value = ADP.LocalMachineRegistryValue(UDL.Location, UDL.Pooling);
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (1)
322Object obj = ADP.LocalMachineRegistryValue(folder, value);
fx\src\data\System\Data\SqlClient\TdsParserStaticMethods.cs (3)
39string aliasLookup = (string) ADP.LocalMachineRegistryValue(folder, host); 146object temp = ADP.LocalMachineRegistryValue(folder, localKey); 152temp = ADP.LocalMachineRegistryValue(folder, key);