4 instantiations of NavigationActionFactory
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
QuickInfo\SyntacticQuickInfoSourceTests.cs (1)
576var navigationActionFactory = new 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)
83var navigationActionFactory = new NavigationActionFactory(document, _threadingContext, _operationExecutor, _asyncListener, _streamingPresenter);
4 references to NavigationActionFactory
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
QuickInfo\SyntacticQuickInfoSourceTests.cs (1)
576var navigationActionFactory = new 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)
83var navigationActionFactory = new NavigationActionFactory(document, _threadingContext, _operationExecutor, _asyncListener, _streamingPresenter);