Base:
method
InsertNodesAfter
Microsoft.CodeAnalysis.Editing.SyntaxGenerator.InsertNodesAfter(Microsoft.CodeAnalysis.SyntaxNode, Microsoft.CodeAnalysis.SyntaxNode, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>)
3 references to InsertNodesAfter
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
1041
return this.
InsertNodesAfter
(declaration, existingAttributes[existingAttributes.Count - 1], WithRequiredTargetSpecifier(newAttributes, declaration));
1076
return this.
InsertNodesAfter
(d, existingAttributes[existingAttributes.Count - 1], newAttributes);
1358
return this.
InsertNodesAfter
(declaration, existingMembers[existingMembers.Count - 1], newMembers);