3 instantiations of DocumentNavigationOperation
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs (1)
37new DocumentNavigationOperation(changedSuppressionDocument.Id, position: 0)
ExtractInterface\ExtractInterfaceCodeAction.cs (1)
53new DocumentNavigationOperation(extractInterfaceResult.NavigationDocumentId, position: 0)
GenerateConstructorFromMembers\AbstractGenerateConstructorFromMembersCodeRefactoringProvider.GenerateConstructorWithDialogCodeAction.cs (1)
112return ImmutableArray.Create<CodeActionOperation>(new DocumentNavigationOperation(
2 references to DocumentNavigationOperation
Microsoft.CodeAnalysis.EditorFeatures (2)
CodeActions\CodeActionEditHandlerService.cs (2)
306var navigationOperation = operations.OfType<DocumentNavigationOperation>().FirstOrDefault();