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