12 references to DelegateCreationExpression
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Statements.cs (1)
3431
if (expression.Kind == BoundKind.
DelegateCreationExpression
|| expression.Kind == BoundKind.NameOfOperator)
BoundTree\BoundExpressionExtensions.cs (1)
194
case BoundKind.
DelegateCreationExpression
:
BoundTree\BoundTreeVisitors.cs (1)
119
case BoundKind.
DelegateCreationExpression
:
CodeGen\EmitExpression.cs (2)
110
case BoundKind.
DelegateCreationExpression
:
1570
case BoundKind.
DelegateCreationExpression
:
Compilation\CSharpSemanticModel.cs (3)
2213
else if (boundNodeForSyntacticParent?.Kind == BoundKind.
DelegateCreationExpression
)
3388
case BoundKind.
DelegateCreationExpression
:
4282
case BoundKind.
DelegateCreationExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
7084
: base(BoundKind.
DelegateCreationExpression
, syntax, type, hasErrors || argument.HasErrors())
9202
case BoundKind.
DelegateCreationExpression
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
207
case BoundKind.
DelegateCreationExpression
:
Operations\CSharpOperationFactory.cs (1)
254
case BoundKind.
DelegateCreationExpression
: