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)
121
var options =
_editorOptionsService
.GlobalOptions.GetCompletionOptions(document.Project.Language);
127
_textView.Options.GlobalOptions.SetOptionValue(s_nonBlockingCompletionEditorOption, !
_editorOptionsService
.GlobalOptions.GetOption(CompletionViewOptionsStorage.BlockForCompletionItems, service.Language));
267
var showCompletionItemFilters =
_editorOptionsService
.GlobalOptions.GetOption(CompletionViewOptionsStorage.ShowCompletionItemFilters, document.Project.Language);
268
var options =
_editorOptionsService
.GlobalOptions.GetCompletionOptions(document.Project.Language) with
414
var options =
_editorOptionsService
.GlobalOptions.GetCompletionOptions(document.Project.Language) with
526
var completionOptions =
_editorOptionsService
.GlobalOptions.GetCompletionOptions(document.Project.Language);
527
var displayOptions =
_editorOptionsService
.GlobalOptions.GetSymbolDescriptionOptions(document.Project.Language);
532
var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(
_editorOptionsService
, explicitFormat: false);