23 references to DefaultLiteral
Microsoft.CodeAnalysis.CSharp (23)
Binder\Binder.ValueChecks.cs (2)
4075case BoundKind.DefaultLiteral: 4768case BoundKind.DefaultLiteral:
Binder\Binder_Expressions.cs (1)
202if (expr.HasAnyErrors && ((object)resultType != null || exprKind == BoundKind.UnboundLambda || exprKind == BoundKind.DefaultLiteral))
Binder\Binder_Operators.cs (6)
836case (BoundKind.DefaultLiteral, _) when !isEquality: 837case (_, BoundKind.DefaultLiteral) when !isEquality: 841case (BoundKind.DefaultLiteral, BoundKind.DefaultLiteral): 844case (BoundKind.DefaultLiteral, _) when right.Type is TypeParameterSymbol: 848case (_, BoundKind.DefaultLiteral) when left.Type is TypeParameterSymbol:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1069case BoundKind.DefaultLiteral:
BoundTree\BoundExpression.cs (1)
80case BoundKind.DefaultLiteral:
BoundTree\BoundExpressionExtensions.cs (2)
88return node.Kind == BoundKind.DefaultLiteral; 109if (node.Kind == BoundKind.DefaultExpression || node.Kind == BoundKind.DefaultLiteral)
BoundTree\BoundTreeVisitors.cs (1)
55case BoundKind.DefaultLiteral:
FlowAnalysis\DefiniteAssignment.cs (1)
939case BoundKind.DefaultLiteral:
FlowAnalysis\NullableWalker.cs (3)
2071case BoundKind.DefaultLiteral: 2497case BoundKind.DefaultLiteral: 7898case BoundKind.DefaultLiteral:
Generated\BoundNodes.xml.Generated.cs (3)
2794: base(BoundKind.DefaultLiteral, syntax, null, hasErrors) 2799: base(BoundKind.DefaultLiteral, syntax, null) 8968case BoundKind.DefaultLiteral:
Operations\CSharpOperationFactory.cs (1)
105case BoundKind.DefaultLiteral:
Symbols\Source\ParameterHelpers.cs (1)
886case BoundKind.DefaultLiteral: