1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
86_editorOptionsService = editorOptionsService;
8 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (8)
IntelliSense\AsyncCompletion\CompletionSource.cs (8)
121var options = _editorOptionsService.GlobalOptions.GetCompletionOptions(document.Project.Language); 127_textView.Options.GlobalOptions.SetOptionValue(s_nonBlockingCompletionEditorOption, !_editorOptionsService.GlobalOptions.GetOption(CompletionViewOptionsStorage.BlockForCompletionItems, service.Language)); 267var showCompletionItemFilters = _editorOptionsService.GlobalOptions.GetOption(CompletionViewOptionsStorage.ShowCompletionItemFilters, document.Project.Language); 268var options = _editorOptionsService.GlobalOptions.GetCompletionOptions(document.Project.Language) with 414var options = _editorOptionsService.GlobalOptions.GetCompletionOptions(document.Project.Language) with 526var completionOptions = _editorOptionsService.GlobalOptions.GetCompletionOptions(document.Project.Language); 527var displayOptions = _editorOptionsService.GlobalOptions.GetSymbolDescriptionOptions(document.Project.Language); 532var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);