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