4 references to GenerateImplicitConversionErrorForCollectionExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
2928GenerateImplicitConversionErrorForCollectionExpression((BoundUnconvertedCollectionExpression)operand, targetType, diagnostics);
Binder\Binder_Invocation.cs (1)
1867GenerateImplicitConversionErrorForCollectionExpression(unconvertedCollection, collectionType, diagnostics);
Binder\Binder_Statements.cs (1)
2448GenerateImplicitConversionErrorForCollectionExpression((BoundUnconvertedCollectionExpression)operand, targetType, diagnostics);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1268binder.GenerateImplicitConversionErrorForCollectionExpression((BoundUnconvertedCollectionExpression)argument, parameterType, diagnostics);