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