3 instantiations of NavigationActionFactory
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineHints\InlineHintsTag.cs (1)
108
var navigationActionFactory = new
NavigationActionFactory
(
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
482
var navigationActionFactory = new
NavigationActionFactory
(document, _threadingContext, _operationExecutor, _asyncListener, _streamingPresenter);
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
84
var navigationActionFactory = new
NavigationActionFactory
(document, _threadingContext, _operationExecutor, _asyncListener, _streamingPresenter);
3 references to NavigationActionFactory
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineHints\InlineHintsTag.cs (1)
108
var
navigationActionFactory = new NavigationActionFactory(
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
482
var
navigationActionFactory = new NavigationActionFactory(document, _threadingContext, _operationExecutor, _asyncListener, _streamingPresenter);
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
84
var
navigationActionFactory = new NavigationActionFactory(document, _threadingContext, _operationExecutor, _asyncListener, _streamingPresenter);