1 write to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
39EditorOptionsService = editorOptionsService;
2 references to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (2)
93if (!EditorOptionsService.GlobalOptions.GetOption(AutomaticLineEnderOptionsStorage.AutomaticLineEnder)) 146var formattingOptions = args.SubjectBuffer.GetSyntaxFormattingOptions(EditorOptionsService, document.Project.GetFallbackAnalyzerOptions(), parsedDocument.LanguageServices, explicitFormat: false);