1 write to _registryKeyPath
Microsoft.Build (1)
Utilities\RegistryKeyWrapper.cs (1)
72_registryKeyPath = registryKeyPath;
2 references to _registryKeyPath
Microsoft.Build (2)
Utilities\RegistryKeyWrapper.cs (2)
207if (_wrappedKey == null && _registryKeyPath != null && !_attemptedToOpenRegistryKey) 211_wrappedKey = _registryHive.OpenSubKey(_registryKeyPath);