24 references to DefaultLiteral
Microsoft.CodeAnalysis.CSharp (24)
Binder\Binder.ValueChecks.cs (2)
4381
case BoundKind.
DefaultLiteral
:
5042
case BoundKind.
DefaultLiteral
:
Binder\Binder_Expressions.cs (1)
226
if (expr.HasAnyErrors && ((object)resultType != null || exprKind == BoundKind.UnboundLambda || exprKind == BoundKind.
DefaultLiteral
))
Binder\Binder_Operators.cs (6)
1335
case (BoundKind.
DefaultLiteral
, _) when !isEquality:
1336
case (_, BoundKind.
DefaultLiteral
) when !isEquality:
1340
case (BoundKind.
DefaultLiteral
, BoundKind.
DefaultLiteral
):
1343
case (BoundKind.
DefaultLiteral
, _) when right.Type is TypeParameterSymbol:
1347
case (_, BoundKind.
DefaultLiteral
) when left.Type is TypeParameterSymbol:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1084
case BoundKind.
DefaultLiteral
:
BoundTree\BoundExpression.cs (1)
85
case BoundKind.
DefaultLiteral
:
BoundTree\BoundExpressionExtensions.cs (2)
88
return node.Kind == BoundKind.
DefaultLiteral
;
109
if (node.Kind == BoundKind.DefaultExpression || node.Kind == BoundKind.
DefaultLiteral
)
BoundTree\BoundTreeVisitors.cs (1)
55
case BoundKind.
DefaultLiteral
:
FlowAnalysis\DefiniteAssignment.cs (1)
892
case BoundKind.
DefaultLiteral
:
FlowAnalysis\NullableWalker.cs (3)
2194
case BoundKind.
DefaultLiteral
:
2620
case BoundKind.
DefaultLiteral
:
8778
case BoundKind.
DefaultLiteral
:
Generated\BoundNodes.xml.Generated.cs (4)
2846
: base(BoundKind.
DefaultLiteral
, syntax, null, hasErrors)
2851
: base(BoundKind.
DefaultLiteral
, syntax, null)
9235
case BoundKind.
DefaultLiteral
:
17718
BoundKind.
DefaultLiteral
=> PipelinePhase.LocalRewriting,
Operations\CSharpOperationFactory.cs (1)
104
case BoundKind.
DefaultLiteral
:
Symbols\Source\ParameterHelpers.cs (1)
1108
case BoundKind.
DefaultLiteral
: