17 references to DefaultExpression
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder.ValueChecks.cs (2)
4076
case BoundKind.
DefaultExpression
:
4769
case BoundKind.
DefaultExpression
:
BoundTree\BoundExpressionExtensions.cs (1)
109
if (node.Kind == BoundKind.
DefaultExpression
|| node.Kind == BoundKind.DefaultLiteral)
BoundTree\BoundTreeVisitors.cs (1)
57
case BoundKind.
DefaultExpression
:
CodeGen\EmitAddress.cs (1)
135
case BoundKind.
DefaultExpression
:
CodeGen\EmitExpression.cs (1)
217
case BoundKind.
DefaultExpression
:
FlowAnalysis\DefiniteAssignment.cs (1)
940
case BoundKind.
DefaultExpression
:
FlowAnalysis\NullableWalker.cs (3)
2072
case BoundKind.
DefaultExpression
:
2498
case BoundKind.
DefaultExpression
:
7899
case BoundKind.
DefaultExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
2817
: base(BoundKind.
DefaultExpression
, syntax, type, hasErrors || targetType.HasErrors())
8970
case BoundKind.
DefaultExpression
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
239
case BoundKind.
DefaultExpression
:
Lowering\LocalRewriter\LocalRewriter_Field.cs (1)
66
if (rewrittenReceiver?.Kind == BoundKind.
DefaultExpression
)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
611
case BoundKind.
DefaultExpression
:
Operations\CSharpOperationFactory.cs (1)
107
case BoundKind.
DefaultExpression
:
Symbols\Source\ParameterHelpers.cs (1)
887
case BoundKind.
DefaultExpression
: