1 instantiation of RegistryItem
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.RegistryItemConverter.cs (1)
33return new RegistryItem(sectionName, data);
6 references to RegistryItem
Microsoft.VisualStudio.LanguageServices (6)
ColorSchemes\ColorSchemeApplier.cs (1)
39private ImmutableDictionary<ColorSchemeName, ImmutableArray<RegistryItem>>? _colorSchemeRegistryItems;
ColorSchemes\ColorSchemeApplier.RegistryItemConverter.cs (2)
21public static ImmutableArray<RegistryItem> Convert(ColorScheme scheme) 28private static RegistryItem ToRegistryItem(ColorTheme theme)
ColorSchemes\ColorSchemeApplier.Settings.cs (3)
64ColorSchemeName schemeName, ImmutableArray<RegistryItem> registryItems, CancellationToken cancellationToken) 70foreach (var item in registryItems) 73itemKey.SetValue(RegistryItem.ValueName, item.ValueData);