6 references to InsertAfter
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
207_editor.InsertAfter(_localDeclarationStatement, _statementsBuilder.Skip(1));
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (1)
38rootEditor.InsertAfter(anchorNode, nodesToInsert);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
207_editor.InsertAfter(_localDeclarationStatement, _statementsBuilder.Skip(1));
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeNamespaceScopeEditor.cs (1)
79editor.InsertAfter(namespaceDeclaration, new[] { newNamespaceDeclaration, itemsAfterNamespaceDeclaration });
ReplacePropertyWithMethods\ReplacePropertyWithMethodsCodeRefactoringProvider.cs (1)
389editor.InsertAfter(nodeToReplace, members);
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxEditor.cs (1)
234=> this.InsertAfter(node, new[] { newNode });