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