3 references to DoTestAddInsertRemoveReplaceOnEmptyList
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Syntax\SyntaxListTests.cs (3)
187DoTestAddInsertRemoveReplaceOnEmptyList(SyntaxFactory.List<SyntaxNode>()); 188DoTestAddInsertRemoveReplaceOnEmptyList([]); 189DoTestAddInsertRemoveReplaceOnEmptyList(default(SyntaxList<SyntaxNode>));