20 references to Lambda
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder.ValueChecks.cs (1)
751
case BoundKind.
Lambda
:
Binder\Binder_Invocation.cs (1)
586
if (arg.Kind == BoundKind.
Lambda
|| arg.Kind == BoundKind.UnboundLambda)
Binder\Binder_Operators.cs (2)
3165
case BoundKind.
Lambda
:
3713
case BoundKind.
Lambda
:
Binder\Binder_Query.cs (1)
953
else if (ultimateReceiver.Kind == BoundKind.
Lambda
|| ultimateReceiver.Kind == BoundKind.UnboundLambda)
BoundTree\BoundTreeVisitors.cs (1)
125
case BoundKind.
Lambda
:
Compilation\CSharpSemanticModel.cs (2)
2098
if (highestBoundExprKind == BoundKind.
Lambda
) // the enclosing conversion is explicit
2233
case BoundKind.
Lambda
:
Compilation\MemberSemanticModel.cs (3)
1746
goto case BoundKind.
Lambda
;
1747
case BoundKind.
Lambda
:
1813
case BoundKind.
Lambda
:
FlowAnalysis\NullableWalker.cs (2)
7449
return (argument.Kind == BoundKind.
Lambda
);
8106
if (argument.Kind == BoundKind.
Lambda
)
Generated\BoundNodes.xml.Generated.cs (2)
7592
: base(BoundKind.
Lambda
, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors())
9263
case BoundKind.
Lambda
:
Lowering\ClosureConversion\ClosureConversion.cs (1)
1331
if (node.Argument.Kind == BoundKind.
Lambda
)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
218
case BoundKind.
Lambda
:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
901
case BoundKind.
Lambda
:
Operations\CSharpOperationFactory.cs (2)
87
case BoundKind.
Lambda
:
1118
if ((boundOperand.Kind == BoundKind.
Lambda
||