1 write to registryKeyPath
Microsoft.Build.Engine (1)
Engine\RegistryKeyWrapper.cs (1)
64this.registryKeyPath = registryKeyPath;
2 references to registryKeyPath
Microsoft.Build.Engine (2)
Engine\RegistryKeyWrapper.cs (2)
207if (wrappedKey == null && registryKeyPath != null && !attemptedToOpenRegistryKey) 211wrappedKey = registryHive.OpenSubKey(registryKeyPath);