2 writes to hkcu
System (2)
net\System\Net\_AutoWebProxyScriptEngine.cs (2)
61SafeRegistryHandle.RegOpenCurrentUser(UnsafeNclNativeMethods.RegistryHelper.KEY_READ, out hkcu); 350hkcu = null;
6 references to hkcu
System (6)
net\System\Net\_AutoWebProxyScriptEngine.cs (6)
297builder = new RegBlobWebProxyDataBuilder(m_AutoDetector.Connectoid, hkcu); 347if (hkcu != null) 349hkcu.RegCloseKey(); 428GlobalLog.Print("AutoWebProxyScriptEngine#" + ValidationHelper.HashString(this) + "::ListenForRegistry() RegOpenCurrentUser() using hkcu:" + hkcu.DangerousGetHandle().ToString("x")); 429if (hkcu != null) 431errorCode = hkcu.RegOpenKeyEx(subKey, 0, UnsafeNclNativeMethods.RegistryHelper.KEY_READ, out key);