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)
207
if (_wrappedKey == null &&
_registryKeyPath
!= null && !_attemptedToOpenRegistryKey)
211
_wrappedKey = _registryHive.OpenSubKey(
_registryKeyPath
);