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)
207
if (
_wrappedKey
== null && _registryKeyPath != null && !_attemptedToOpenRegistryKey)
215
throw new RegistryException(ex.Message,
_wrappedKey
== null ? string.Empty : Name, ex);
223
return
_wrappedKey
;
241
if (
_wrappedKey
!= null)
243
_wrappedKey
.Dispose();