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