2 writes to wrappedKey
Microsoft.Build.Engine (2)
Engine\RegistryKeyWrapper.cs (2)
39this.wrappedKey = wrappedKey; 211wrappedKey = registryHive.OpenSubKey(registryKeyPath);
2 references to wrappedKey
Microsoft.Build.Engine (2)
Engine\RegistryKeyWrapper.cs (2)
207if (wrappedKey == null && registryKeyPath != null && !attemptedToOpenRegistryKey) 228return wrappedKey;