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)
45private 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)
63ColorSchemeName schemeName, ImmutableArray<RegistryItem> registryItems, CancellationToken cancellationToken) 69foreach (var item in registryItems) 72itemKey.SetValue(RegistryItem.ValueName, item.ValueData);