4 references to GenerateImplicitConversionErrorForCollectionExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
2871GenerateImplicitConversionErrorForCollectionExpression((BoundUnconvertedCollectionExpression)operand, targetType, diagnostics);
Binder\Binder_Invocation.cs (1)
1813GenerateImplicitConversionErrorForCollectionExpression(unconvertedCollection, collectionType, diagnostics);
Binder\Binder_Statements.cs (1)
2442GenerateImplicitConversionErrorForCollectionExpression((BoundUnconvertedCollectionExpression)operand, targetType, diagnostics);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1238binder.GenerateImplicitConversionErrorForCollectionExpression((BoundUnconvertedCollectionExpression)argument, parameterType, diagnostics);