5 references to IsArray
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (5)
516
if (containingType.
IsArray
)
583
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)
649
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)
701
else if (containingType.
IsArray
)
733
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)