2 references to IsArrayInterface
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1676else if (destination.IsArrayInterface(out elementType))
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
2933if (type.IsArrayInterface(out TypeWithAnnotations typeArg))