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