2 references to ExpressionVariableBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\LocalBinderFactory.cs (2)
84
enclosing = new
ExpressionVariableBinder
(syntax, enclosing);
394
var binder = new
ExpressionVariableBinder
(body, _enclosing);