5 references to CodeStylePage
Microsoft.VisualStudio.LanguageServices.CSharp (3)
CSharpPackage.cs (1)
49
[ProvideLanguageEditorOptionPage(typeof(Options.Formatting.
CodeStylePage
), "CSharp", @"Code Style", "General", pageNameResourceId: "#108", keywordListResourceId: 313)]
Options\Formatting\CodeStylePage.cs (1)
45
=>
CodeStylePage
.GetEditorConfigOptions();
Options\Formatting\StyleViewModel.cs (1)
22
/// The codestyle options page is defined in <see cref="
CodeStylePage
"/>
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Options\CSharpEditorConfigGeneratorTests.vb (2)
251
Dim editorConfigOptions = CSharp.Options.Formatting.
CodeStylePage
.TestAccessor.GetEditorConfigOptions()
494
Dim editorConfigOptions = CSharp.Options.Formatting.
CodeStylePage
.TestAccessor.GetEditorConfigOptions()