1 write to Foreground
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ColorScheme.cs (1)
77Foreground = foreground;
4 references to Foreground
Microsoft.VisualStudio.LanguageServices (4)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (2)
82.Where(color => color.Foreground.HasValue) 83.ToImmutableDictionary(color => color.Name, color => color.Foreground!.Value)));
ColorSchemes\ColorSchemeApplier.RegistryItemConverter.cs (2)
121if (color.Foreground.HasValue) 123var foreground = color.Foreground.Value;