5 references to IsArray
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (5)
509
if (containingType.
IsArray
)
568
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)
622
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)
667
else if (containingType.
IsArray
)
699
else if (containingType.
IsArray
|| !interfaceMethod.ContainingType.IsGenericType)