Base:
method
InsertNodesBefore
Microsoft.CodeAnalysis.Editing.SyntaxGenerator.InsertNodesBefore(Microsoft.CodeAnalysis.SyntaxNode, Microsoft.CodeAnalysis.SyntaxNode, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>)
3 references to InsertNodesBefore
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
1039
return this.
InsertNodesBefore
(declaration, existingAttributes[index], WithRequiredTargetSpecifier(newAttributes, declaration));
1074
return this.
InsertNodesBefore
(d, existingAttributes[index], newAttributes);
1356
return this.
InsertNodesBefore
(declaration, existingMembers[index], newMembers);