4 references to IsArrayInterface
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
1200
Debug.Assert(@this._targetType.
IsArrayInterface
(out _));
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1690
else if (destination.
IsArrayInterface
(out elementType))
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3255
if (type.
IsArrayInterface
(out TypeWithAnnotations typeArg))
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
488
Debug.Assert(node.Type.
IsArrayInterface
(out _));