3 writes to _wrappedKey
Microsoft.Build (3)
Utilities\RegistryKeyWrapper.cs (3)
42_wrappedKey = wrappedKey; 211_wrappedKey = _registryHive.OpenSubKey(_registryKeyPath); 244_wrappedKey = null;
5 references to _wrappedKey
Microsoft.Build (5)
Utilities\RegistryKeyWrapper.cs (5)
207if (_wrappedKey == null && _registryKeyPath != null && !_attemptedToOpenRegistryKey) 215throw new RegistryException(ex.Message, _wrappedKey == null ? string.Empty : Name, ex); 223return _wrappedKey; 241if (_wrappedKey != null) 243_wrappedKey.Dispose();