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