Base:
method
InsertNodesBefore
Microsoft.CodeAnalysis.Editing.SyntaxGenerator.InsertNodesBefore(Microsoft.CodeAnalysis.SyntaxNode, Microsoft.CodeAnalysis.SyntaxNode, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>)
4 references to InsertNodesBefore
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeGeneration\VisualBasicSyntaxGenerator.vb (4)
1710
Return Me.
InsertNodesBefore
(declaration, existingAttributes(index), WithRequiredTargetSpecifier(newAttributes, declaration))
1766
Return Me.
InsertNodesBefore
(declaration, existingReturnAttributes(index), newAttributes)
3133
Return Me.
InsertNodesBefore
(declaration, existingImports(index), newImports)
3199
Return Me.
InsertNodesBefore
(declaration, existingMembers(index), members)