1 write to _registryKey
Microsoft.VisualStudio.LanguageServices (1)
Options\LocalUserRegistryOptionPersister.cs (1)
24
_registryKey
= registryKey;
4 references to _registryKey
Microsoft.VisualStudio.LanguageServices (4)
Options\LocalUserRegistryOptionPersister.cs (4)
17
/// An object to gate access to <see cref="
_registryKey
"/>.
44
using var subKey =
_registryKey
.OpenSubKey(path);
124
Contract.ThrowIfNull(
_registryKey
);
128
using var subKey =
_registryKey
.CreateSubKey(path);