3 writes to _registryHive
Microsoft.Build (3)
Utilities\RegistryKeyWrapper.cs (3)
43_registryHive = registryHive; 73_registryHive = registryHive; 250_registryHive = null;
4 references to _registryHive
Microsoft.Build (4)
Utilities\RegistryKeyWrapper.cs (4)
172wrapper = new RegistryKeyWrapper(wrapper.WrappedKey.OpenSubKey(keyNames[i], false /* not writeable */), _registryHive); 211_wrappedKey = _registryHive.OpenSubKey(_registryKeyPath); 247if (_registryHive != null) 249_registryHive.Dispose();