12 references to UnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.ValueChecks.cs (1)
582
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Binder_Conversions.cs (1)
231
if (source.Kind == BoundKind.
UnconvertedCollectionExpression
)
Binder\Binder_Expressions.cs (1)
2819
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Binder_Statements.cs (1)
2398
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1135
case BoundKind.
UnconvertedCollectionExpression
:
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
614
else if (argument.Kind == BoundKind.
UnconvertedCollectionExpression
)
855
else if (argument.Kind == BoundKind.
UnconvertedCollectionExpression
)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1234
else if (argument.Kind == BoundKind.
UnconvertedCollectionExpression
)
BoundTree\BoundExpression.cs (1)
82
case BoundKind.
UnconvertedCollectionExpression
:
FlowAnalysis\NullableWalker.cs (1)
7908
case BoundKind.
UnconvertedCollectionExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
6407
: base(BoundKind.
UnconvertedCollectionExpression
, syntax, elements, null, hasErrors || elements.HasErrors())
9166
case BoundKind.
UnconvertedCollectionExpression
: