6 references to WrappedKey
Microsoft.Build (6)
Utilities\RegistryKeyWrapper.cs (6)
85
return Exists() ?
WrappedKey
.Name : string.Empty;
115
return Exists() ?
WrappedKey
.GetValue(name) : null;
131
return Exists() ?
WrappedKey
.GetValueNames() : [];
147
return Exists() ?
WrappedKey
.GetSubKeyNames() : [];
172
wrapper = new RegistryKeyWrapper(wrapper.
WrappedKey
.OpenSubKey(keyNames[i], false /* not writeable */), _registryHive);
194
return
WrappedKey
!= null;