1 write to _registryKey
Microsoft.VisualStudio.LanguageServices (1)
Options\LocalUserRegistryOptionPersister.cs (1)
29
_registryKey
= registryKey;
4 references to _registryKey
Microsoft.VisualStudio.LanguageServices (4)
Options\LocalUserRegistryOptionPersister.cs (4)
22
/// An object to gate access to <see cref="
_registryKey
"/>.
53
using var subKey =
_registryKey
.OpenSubKey(path);
133
Contract.ThrowIfNull(
_registryKey
);
137
using var subKey =
_registryKey
.CreateSubKey(path);