17 references to DefaultExpression
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder.ValueChecks.cs (2)
4377case BoundKind.DefaultExpression: 5038case BoundKind.DefaultExpression:
BoundTree\BoundExpressionExtensions.cs (1)
109if (node.Kind == BoundKind.DefaultExpression || node.Kind == BoundKind.DefaultLiteral)
BoundTree\BoundTreeVisitors.cs (1)
57case BoundKind.DefaultExpression:
CodeGen\EmitAddress.cs (1)
133case BoundKind.DefaultExpression:
CodeGen\EmitExpression.cs (1)
217case BoundKind.DefaultExpression:
FlowAnalysis\DefiniteAssignment.cs (1)
892case BoundKind.DefaultExpression:
FlowAnalysis\NullableWalker.cs (3)
2195case BoundKind.DefaultExpression: 2621case BoundKind.DefaultExpression: 8655case BoundKind.DefaultExpression:
Generated\BoundNodes.xml.Generated.cs (2)
2866: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors()) 9115case BoundKind.DefaultExpression:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
244case BoundKind.DefaultExpression:
Lowering\LocalRewriter\LocalRewriter_Field.cs (1)
66if (rewrittenReceiver?.Kind == BoundKind.DefaultExpression)
Lowering\StateMachineRewriter\RefInitializationHoister.cs (1)
227case BoundKind.DefaultExpression:
Operations\CSharpOperationFactory.cs (1)
106case BoundKind.DefaultExpression:
Symbols\Source\ParameterHelpers.cs (1)
1108case BoundKind.DefaultExpression: