17 references to DefaultExpression
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder.ValueChecks.cs (2)
3499
case BoundKind.
DefaultExpression
:
3907
case BoundKind.
DefaultExpression
:
BoundTree\BoundExpressionExtensions.cs (1)
91
if (node.Kind == BoundKind.
DefaultExpression
|| node.Kind == BoundKind.DefaultLiteral)
BoundTree\BoundTreeVisitors.cs (1)
57
case BoundKind.
DefaultExpression
:
CodeGen\EmitAddress.cs (1)
137
case BoundKind.
DefaultExpression
:
CodeGen\EmitExpression.cs (1)
212
case BoundKind.
DefaultExpression
:
FlowAnalysis\DefiniteAssignment.cs (1)
910
case BoundKind.
DefaultExpression
:
FlowAnalysis\NullableWalker.cs (3)
2024
case BoundKind.
DefaultExpression
:
2431
case BoundKind.
DefaultExpression
:
7095
case BoundKind.
DefaultExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
2706
: base(BoundKind.
DefaultExpression
, syntax, type, hasErrors || targetType.HasErrors())
8646
case BoundKind.
DefaultExpression
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
241
case BoundKind.
DefaultExpression
:
Lowering\LocalRewriter\LocalRewriter_Field.cs (1)
66
if (rewrittenReceiver?.Kind == BoundKind.
DefaultExpression
)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
595
case BoundKind.
DefaultExpression
:
Operations\CSharpOperationFactory.cs (1)
105
case BoundKind.
DefaultExpression
:
Symbols\Source\ParameterHelpers.cs (1)
854
case BoundKind.
DefaultExpression
: