2 references to GetExprSyntaxList
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
SemanticModelTestBase.cs (2)
35return GetExprSyntaxList(syntaxTree.GetRoot(), null); 51exprSynList = GetExprSyntaxList(child.AsNode(), exprSynList);