4 references to GetNameOfExpressions
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LocalFunctionTests.cs (4)
6362
var expr =
GetNameOfExpressions
(tree)[1];
6383
var expr =
GetNameOfExpressions
(tree)[0];
6411
var expr =
GetNameOfExpressions
(tree)[0];
6447
var exprs =
GetNameOfExpressions
(tree);