1 override of InsertNodesBefore
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
2844public override SyntaxNode InsertNodesBefore(SyntaxNode root, SyntaxNode declaration, IEnumerable<SyntaxNode> newDeclarations)
3 references to InsertNodesBefore
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
2859return base.InsertNodesBefore(root, declaration, newDeclarations); 2868return base.InsertNodesBefore(root, fullDecl, newDeclarations); 2880return base.InsertNodesBefore(root, fullDecl, newDeclarations);