2 references to GetExprSyntaxList
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InteractiveSemanticModelTests.cs (2)
275return GetExprSyntaxList(syntaxTree.GetCompilationUnitRoot(), null); 291exprSynList = GetExprSyntaxList(child.AsNode(), exprSynList);