12 references to ShowInheritanceMargin
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Options\OptionSerializerTests.cs (1)
31InheritanceMarginOptionsStorage.ShowInheritanceMargin,
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceMarginTaggerProvider.cs (2)
71TaggerEventSources.OnGlobalOptionChanged(GlobalOptions, InheritanceMarginOptionsStorage.ShowInheritanceMargin), 106if (GlobalOptions.GetOption(InheritanceMarginOptionsStorage.ShowInheritanceMargin, document.Project.Language) == false)
InheritanceMargin\InheritanceMarginViewMargin.cs (2)
126if (e.Option.Equals(InheritanceMarginOptionsStorage.ShowInheritanceMargin) || 136(_globalOptions.GetOption(InheritanceMarginOptionsStorage.ShowInheritanceMargin, _languageName) ?? true) &&
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
195BindToOption(ShowInheritanceMargin, InheritanceMarginOptionsStorage.ShowInheritanceMargin, LanguageNames.CSharp, () => true);
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (5)
InProcess\InheritanceMarginInProcess.cs (4)
31var showInheritanceMargin = optionService.GetOption(InheritanceMarginOptionsStorage.ShowInheritanceMargin, languageName); 37optionService.SetGlobalOption(InheritanceMarginOptionsStorage.ShowInheritanceMargin, languageName, true); 55var showInheritanceMargin = optionService.GetOption(InheritanceMarginOptionsStorage.ShowInheritanceMargin, languageName); 60optionService.SetGlobalOption(InheritanceMarginOptionsStorage.ShowInheritanceMargin, languageName, false);
InProcess\StateResetInProcess.cs (1)
66ResetPerLanguageOption(globalOptions, InheritanceMarginOptionsStorage.ShowInheritanceMargin);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
183BindToOption(ShowInheritanceMargin, InheritanceMarginOptionsStorage.ShowInheritanceMargin, LanguageNames.VisualBasic, Function() True)