20 references to Lambda
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder.ValueChecks.cs (1)
574case BoundKind.Lambda:
Binder\Binder_Invocation.cs (1)
477if (arg.Kind == BoundKind.Lambda || arg.Kind == BoundKind.UnboundLambda)
Binder\Binder_Operators.cs (2)
3117case BoundKind.Lambda: 3636case BoundKind.Lambda:
Binder\Binder_Query.cs (1)
950else if (ultimateReceiver.Kind == BoundKind.Lambda || ultimateReceiver.Kind == BoundKind.UnboundLambda)
BoundTree\BoundTreeVisitors.cs (1)
125case BoundKind.Lambda:
Compilation\CSharpSemanticModel.cs (2)
2111if (highestBoundExprKind == BoundKind.Lambda) // the enclosing conversion is explicit 2223case BoundKind.Lambda:
Compilation\MemberSemanticModel.cs (3)
1737goto case BoundKind.Lambda; 1738case BoundKind.Lambda: 1804case BoundKind.Lambda:
FlowAnalysis\NullableWalker.cs (2)
6497var savedState = (argument.Kind == BoundKind.Lambda) ? this.State.Clone() : default(Optional<LocalState>); 7145if (argument.Kind == BoundKind.Lambda)
Generated\BoundNodes.xml.Generated.cs (2)
7275: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors()) 8894case BoundKind.Lambda:
Lowering\ClosureConversion\ClosureConversion.cs (1)
1317if (node.Argument.Kind == BoundKind.Lambda)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
220case BoundKind.Lambda:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
872case BoundKind.Lambda:
Operations\CSharpOperationFactory.cs (2)
87case BoundKind.Lambda: 1112if ((boundOperand.Kind == BoundKind.Lambda ||