4 references to InsertTokensAfter
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Syntax\SyntaxNodeTests.cs (2)
2291var cu2 = cu.InsertTokensAfter(publicToken, new[] { staticToken }); 2308Assert.Throws<InvalidOperationException>(() => cu.InsertTokensAfter(identifierC, new[] { identifierA, identifierB }));
Syntax\SyntaxRewriterTests.cs (1)
454var newRoot2 = root.InsertTokensAfter(publicToken, new[] { staticToken });
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
1547Dim cu2 = cu.InsertTokensAfter(publicToken, {sharedToken})