4 references to GetNameOfExpressions
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LocalFunctionTests.cs (4)
6278
var expr =
GetNameOfExpressions
(tree)[1];
6299
var expr =
GetNameOfExpressions
(tree)[0];
6327
var expr =
GetNameOfExpressions
(tree)[0];
6363
var exprs =
GetNameOfExpressions
(tree);