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