3 references to IsMutableArrayInterface
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (1)
1211
var isMutableArray = @this._targetType.
IsMutableArrayInterface
(out var typeArgument);
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
545
Debug.Assert(collectionType.
IsMutableArrayInterface
(out _));
Symbols\TypeSymbolExtensions.cs (1)
385
=> IsReadOnlyArrayInterface(type, out typeArgument) ||
IsMutableArrayInterface
(type, out typeArgument);