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