4 references to GetNameOfExpressions
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LocalFunctionTests.cs (4)
6360
var expr =
GetNameOfExpressions
(tree)[1];
6381
var expr =
GetNameOfExpressions
(tree)[0];
6409
var expr =
GetNameOfExpressions
(tree)[0];
6445
var exprs =
GetNameOfExpressions
(tree);