4 references to GetNameOfExpressions
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LocalFunctionTests.cs (4)
6665
var expr =
GetNameOfExpressions
(tree)[1];
6686
var expr =
GetNameOfExpressions
(tree)[0];
6714
var expr =
GetNameOfExpressions
(tree)[0];
6750
var exprs =
GetNameOfExpressions
(tree);