1 instantiation of ColorTheme
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ColorSchemeReader.cs (1)
45return new ColorTheme(themeName, themeGuid, category);
5 references to ColorTheme
Microsoft.VisualStudio.LanguageServices (5)
ColorSchemes\ColorSchemeApplier.ColorScheme.cs (2)
22public ImmutableArray<ColorTheme> Themes { get; } 24public ColorScheme(ImmutableArray<ColorTheme> themes)
ColorSchemes\ColorSchemeApplier.ColorSchemeReader.cs (1)
37private static ColorTheme ReadColorTheme(XElement themeElement)
ColorSchemes\ColorSchemeApplier.RegistryItemConverter.cs (2)
28private static RegistryItem ToRegistryItem(ColorTheme theme) 36private static byte[] ToData(ColorTheme theme)