17 overrides of CreateOptionPage
Microsoft.VisualStudio.LanguageServices.CSharp (9)
Options\AdvancedOptionPage.cs (1)
15protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\Formatting\CodeStylePage.cs (1)
23protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\Formatting\FormattingIndentationOptionPage.cs (1)
16protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\Formatting\FormattingNewLinesPage.cs (1)
20protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\Formatting\FormattingOptionPage.cs (1)
18protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\Formatting\FormattingSpacingPage.cs (1)
16protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\Formatting\FormattingWrappingPage.cs (1)
16protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\IntelliSenseOptionPage.cs (1)
16protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Options\NamingStylesOptionPage.cs (1)
24protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
Microsoft.VisualStudio.LanguageServices.VisualBasic (5)
Options\AdvancedOptionPage.vb (1)
14Protected Overrides Function CreateOptionPage(serviceProvider As IServiceProvider, optionStore As OptionStore) As AbstractOptionPageControl
Options\Formatting\CodeStylePage.vb (1)
18Protected Overrides Function CreateOptionPage(serviceProvider As IServiceProvider, optionStore As OptionStore) As AbstractOptionPageControl
Options\IntelliSenseOptionPage.vb (1)
13Protected Overrides Function CreateOptionPage(serviceProvider As IServiceProvider, optionStore As OptionStore) As AbstractOptionPageControl
Options\NamingStylesOptionPage.vb (1)
21Protected Overrides Function CreateOptionPage(serviceProvider As IServiceProvider, optionStore As OptionStore) As AbstractOptionPageControl
Options\StyleOptionPage.vb (1)
13Protected Overrides Function CreateOptionPage(serviceProvider As IServiceProvider, optionStore As OptionStore) As AbstractOptionPageControl
Roslyn.VisualStudio.DiagnosticsWindow (3)
OptionPages\ForceLowMemoryModePage.cs (1)
24protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
OptionPages\PerformanceFunctionIdPage.cs (1)
16protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
OptionPages\PerformanceLoggersPage.cs (1)
33protected override AbstractOptionPageControl CreateOptionPage(IServiceProvider serviceProvider, OptionStore optionStore)
1 reference to CreateOptionPage
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPage.cs (1)
39pageControl ??= CreateOptionPage(this.Site, s_optionStore);