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