2 references to InsertTriviaBefore
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxNodeTests.cs (1)
2422
var ex1 = ex.
InsertTriviaBefore
(comment1, new[] { newComment1, newComment2 });
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
1621
Dim ex1 = ex.
InsertTriviaBefore
(comment1, {newComment1, newComment2})