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