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