1 write to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManagerProvider.cs (1)
37
_globalOptions
= globalOptions;
1 reference to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManagerProvider.cs (1)
48
return new CommitManager(textView, _recentItemsManager,
_globalOptions
, _threadingContext, _languageServerSnippetExpander);