4 references to IsReadOnlyArrayInterface
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (2)
1181_targetType.IsReadOnlyArrayInterface(out _)) 1203if (@this._targetType.IsReadOnlyArrayInterface(out _))
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
496if (collectionType.IsReadOnlyArrayInterface(out _))
Symbols\TypeSymbolExtensions.cs (1)
385=> IsReadOnlyArrayInterface(type, out typeArgument) || IsMutableArrayInterface(type, out typeArgument);