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