1 type derived from WithLambdaParametersBinder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.WithQueryLambdaParametersBinder.cs (1)
21private sealed class WithQueryLambdaParametersBinder : WithLambdaParametersBinder
2 instantiations of WithLambdaParametersBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\LocalBinderFactory.cs (1)
306return new WithLambdaParametersBinder(lambda, enclosing);
BoundTree\UnboundLambda.cs (1)
1136return new WithLambdaParametersBinder(lambdaSymbol, binder);