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)
172
wrapper = new RegistryKeyWrapper(wrapper.WrappedKey.OpenSubKey(keyNames[i], false /* not writeable */),
_registryHive
);
211
_wrappedKey =
_registryHive
.OpenSubKey(_registryKeyPath);
247
if (
_registryHive
!= null)
249
_registryHive
.Dispose();