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)
1041return this.InsertNodesAfter(declaration, existingAttributes[existingAttributes.Count - 1], WithRequiredTargetSpecifier(newAttributes, declaration)); 1076return this.InsertNodesAfter(d, existingAttributes[existingAttributes.Count - 1], newAttributes); 1358return this.InsertNodesAfter(declaration, existingMembers[existingMembers.Count - 1], newMembers);