16 references to InsertNodesAfter
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (6)
TestSyntaxNodes.vb (5)
1341newNode = invocation.InsertNodesAfter(invocation.ArgumentList.Arguments(0), {argC, argD})
1349newNode = invocation.InsertNodesAfter(invocation.ArgumentList.Arguments(1), {argC, argD})
1364Assert.Throws(Of InvalidOperationException)(Function() invocation.InsertNodesAfter(expA, {expC, expD}))
1441newBlock = ifBlock.InsertNodesAfter(ifBlock.Statements(0), {stmt1, stmt2})
1461newBlock = ifBlock.InsertNodesAfter(ifBlock.Statements(1), {stmt1, stmt2})
Microsoft.CodeAnalysis.Workspaces (2)