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)
38
rootEditor.
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)
79
editor.
InsertAfter
(namespaceDeclaration, new[] { newNamespaceDeclaration, itemsAfterNamespaceDeclaration });
ReplacePropertyWithMethods\ReplacePropertyWithMethodsCodeRefactoringProvider.cs (1)
389
editor.
InsertAfter
(nodeToReplace, members);
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxEditor.cs (1)
234
=> this.
InsertAfter
(node, new[] { newNode });