23 references to DefaultLiteral
Microsoft.CodeAnalysis.CSharp (23)
Binder\Binder.ValueChecks.cs (2)
3498case BoundKind.DefaultLiteral: 3906case BoundKind.DefaultLiteral:
Binder\Binder_Expressions.cs (1)
199if (expr.HasAnyErrors && ((object)resultType != null || exprKind == BoundKind.UnboundLambda || exprKind == BoundKind.DefaultLiteral))
Binder\Binder_Operators.cs (6)
805case (BoundKind.DefaultLiteral, _) when !isEquality: 806case (_, BoundKind.DefaultLiteral) when !isEquality: 810case (BoundKind.DefaultLiteral, BoundKind.DefaultLiteral): 813case (BoundKind.DefaultLiteral, _) when right.Type is TypeParameterSymbol: 817case (_, BoundKind.DefaultLiteral) when left.Type is TypeParameterSymbol:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1032case BoundKind.DefaultLiteral:
BoundTree\BoundExpression.cs (1)
61case BoundKind.DefaultLiteral:
BoundTree\BoundExpressionExtensions.cs (2)
70return node.Kind == BoundKind.DefaultLiteral; 91if (node.Kind == BoundKind.DefaultExpression || node.Kind == BoundKind.DefaultLiteral)
BoundTree\BoundTreeVisitors.cs (1)
55case BoundKind.DefaultLiteral:
FlowAnalysis\DefiniteAssignment.cs (1)
909case BoundKind.DefaultLiteral:
FlowAnalysis\NullableWalker.cs (3)
2023case BoundKind.DefaultLiteral: 2430case BoundKind.DefaultLiteral: 7094case BoundKind.DefaultLiteral:
Generated\BoundNodes.xml.Generated.cs (3)
2683: base(BoundKind.DefaultLiteral, syntax, null, hasErrors) 2688: base(BoundKind.DefaultLiteral, syntax, null) 8644case BoundKind.DefaultLiteral:
Operations\CSharpOperationFactory.cs (1)
103case BoundKind.DefaultLiteral:
Symbols\Source\ParameterHelpers.cs (1)
853case BoundKind.DefaultLiteral: