3 references to IsPossibleArrayGenericInterface
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Conversions\ConversionsBase.cs (2)
2564if (!destinationAgg.IsPossibleArrayGenericInterface()) 3746if ((object)sourceArray != null && sourceArray.IsSZArray && destination.IsPossibleArrayGenericInterface())
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
2012if (!target.IsPossibleArrayGenericInterface())