13 references to UnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (1)
822
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Binder_Conversions.cs (1)
274
if (source.Kind == BoundKind.
UnconvertedCollectionExpression
)
Binder\Binder_Expressions.cs (1)
2943
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Binder_Statements.cs (1)
2447
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1150
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
642
else if (argument.Kind == BoundKind.
UnconvertedCollectionExpression
)
883
else if (argument.Kind == BoundKind.
UnconvertedCollectionExpression
)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1275
else if (argument.Kind == BoundKind.
UnconvertedCollectionExpression
)
BoundTree\BoundExpression.cs (1)
87
case BoundKind.
UnconvertedCollectionExpression
:
FlowAnalysis\NullableWalker.cs (1)
8788
case BoundKind.
UnconvertedCollectionExpression
:
Generated\BoundNodes.xml.Generated.cs (3)
6505
: base(BoundKind.
UnconvertedCollectionExpression
, syntax, elements, null, hasErrors || withElement.HasErrors() || elements.HasErrors())
9435
case BoundKind.
UnconvertedCollectionExpression
:
17727
BoundKind.
UnconvertedCollectionExpression
=> PipelinePhase.InitialBinding,