6 references to WrappedKey
Microsoft.Build.Engine (6)
Engine\RegistryKeyWrapper.cs (6)
77return Exists() ? WrappedKey.Name : string.Empty; 100return Exists() ? WrappedKey.GetValue(name) : null; 121return Exists() ? WrappedKey.GetValueNames() : new string[] { }; 142return Exists() ? WrappedKey.GetSubKeyNames() : new string[] { }; 172wrapper = new RegistryKeyWrapper(wrapper.WrappedKey.OpenSubKey(keyNames[i], false /* not writeable */), registryHive); 194return WrappedKey != null;