1 override of InsertNodesBefore
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
2878public override SyntaxNode InsertNodesBefore(SyntaxNode root, SyntaxNode declaration, IEnumerable<SyntaxNode> newDeclarations)
3 references to InsertNodesBefore
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
2893return base.InsertNodesBefore(root, declaration, newDeclarations); 2902return base.InsertNodesBefore(root, fullDecl, newDeclarations); 2914return base.InsertNodesBefore(root, fullDecl, newDeclarations);