2 writes to registryHive
Microsoft.Build.Engine (2)
Engine\RegistryKeyWrapper.cs (2)
40this.registryHive = registryHive; 65this.registryHive = registryHive;
2 references to registryHive
Microsoft.Build.Engine (2)
Engine\RegistryKeyWrapper.cs (2)
172wrapper = new RegistryKeyWrapper(wrapper.WrappedKey.OpenSubKey(keyNames[i], false /* not writeable */), registryHive); 211wrappedKey = registryHive.OpenSubKey(registryKeyPath);