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