5 references to FormatOnSemicolon
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\FormattingEngineTests.cs (1)
1107
{ AutoFormattingOptionsStorage.
FormatOnSemicolon
, false }
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\AutoFormattingOptionsStorage.cs (1)
16
FormatOnSemicolon = globalOptions.GetOption(
FormatOnSemicolon
, language),
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AutomationObject\AutomationObject.Formatting.cs (2)
314
get { return GetBooleanOption(AutoFormattingOptionsStorage.
FormatOnSemicolon
); }
315
set { SetBooleanOption(AutoFormattingOptionsStorage.
FormatOnSemicolon
, value); }
Options\Formatting\FormattingOptionPageControl.xaml.cs (1)
37
BindToOption(FormatOnSemicolonCheckBox, AutoFormattingOptionsStorage.
FormatOnSemicolon
, LanguageNames.CSharp);