1 write to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
38
EditorOptionsService
= editorOptionsService;
3 references to EditorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
325
var formattingOptions = args.SubjectBuffer.GetSyntaxFormattingOptions(
EditorOptionsService
, document.LanguageServices, explicitFormat: false);
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (2)
92
if (!
EditorOptionsService
.GlobalOptions.GetOption(AutomaticLineEnderOptionsStorage.AutomaticLineEnder))
145
var formattingOptions = args.SubjectBuffer.GetSyntaxFormattingOptions(
EditorOptionsService
, parsedDocument.LanguageServices, explicitFormat: false);