public InlineFailedMethodFormat()
 {
     DisplayName     = "Inlining Analyzer: Inlining Failed";
     BackgroundColor = ClassificationColorManager.GetDefaultColors().FailedColor;
 }
Ejemplo n.º 2
0
 private void UpdateTheme(ThemeChangedEventArgs e)
 {
     ClassificationColorManager.OnThemeChanged(FormatMapService, TypeRegistryService);
 }