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