20 references to Lambda
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder.ValueChecks.cs (1)
744
case BoundKind.
Lambda
:
Binder\Binder_Invocation.cs (1)
585
if (arg.Kind == BoundKind.
Lambda
|| arg.Kind == BoundKind.UnboundLambda)
Binder\Binder_Operators.cs (2)
3160
case BoundKind.
Lambda
:
3708
case BoundKind.
Lambda
:
Binder\Binder_Query.cs (1)
951
else if (ultimateReceiver.Kind == BoundKind.
Lambda
|| ultimateReceiver.Kind == BoundKind.UnboundLambda)
BoundTree\BoundTreeVisitors.cs (1)
125
case BoundKind.
Lambda
:
Compilation\CSharpSemanticModel.cs (2)
2090
if (highestBoundExprKind == BoundKind.
Lambda
) // the enclosing conversion is explicit
2225
case BoundKind.
Lambda
:
Compilation\MemberSemanticModel.cs (3)
1746
goto case BoundKind.
Lambda
;
1747
case BoundKind.
Lambda
:
1813
case BoundKind.
Lambda
:
FlowAnalysis\NullableWalker.cs (2)
7291
return (argument.Kind == BoundKind.
Lambda
);
7948
if (argument.Kind == BoundKind.
Lambda
)
Generated\BoundNodes.xml.Generated.cs (2)
7593
: base(BoundKind.
Lambda
, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors())
9228
case BoundKind.
Lambda
:
Lowering\ClosureConversion\ClosureConversion.cs (1)
1333
if (node.Argument.Kind == BoundKind.
Lambda
)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
218
case BoundKind.
Lambda
:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
888
case BoundKind.
Lambda
:
Operations\CSharpOperationFactory.cs (2)
87
case BoundKind.
Lambda
:
1118
if ((boundOperand.Kind == BoundKind.
Lambda
||