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)
1710Return Me.InsertNodesBefore(declaration, existingAttributes(index), WithRequiredTargetSpecifier(newAttributes, declaration)) 1766Return Me.InsertNodesBefore(declaration, existingReturnAttributes(index), newAttributes) 3133Return Me.InsertNodesBefore(declaration, existingImports(index), newImports) 3199Return Me.InsertNodesBefore(declaration, existingMembers(index), members)