12 references to DelegateCreationExpression
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Statements.cs (1)
3333
if (expression.Kind == BoundKind.
DelegateCreationExpression
|| expression.Kind == BoundKind.NameOfOperator)
BoundTree\BoundExpressionExtensions.cs (1)
176
case BoundKind.
DelegateCreationExpression
:
BoundTree\BoundTreeVisitors.cs (1)
119
case BoundKind.
DelegateCreationExpression
:
CodeGen\EmitExpression.cs (2)
109
case BoundKind.
DelegateCreationExpression
:
1530
case BoundKind.
DelegateCreationExpression
:
Compilation\CSharpSemanticModel.cs (3)
2211
else if (boundNodeForSyntacticParent?.Kind == BoundKind.
DelegateCreationExpression
)
3381
case BoundKind.
DelegateCreationExpression
:
4267
case BoundKind.
DelegateCreationExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
6815
: base(BoundKind.
DelegateCreationExpression
, syntax, type, hasErrors || argument.HasErrors())
8870
case BoundKind.
DelegateCreationExpression
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
209
case BoundKind.
DelegateCreationExpression
:
Operations\CSharpOperationFactory.cs (1)
250
case BoundKind.
DelegateCreationExpression
: