5 references to IsArray
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (5)
523
if (containingType.
IsArray
)
590
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)
656
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)
708
else if (containingType.
IsArray
)
740
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)