3 instantiations of SZArray
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ArrayTypeSymbol.cs (3)
78return new SZArray(elementTypeWithAnnotations, array, GetSZArrayInterfaces(elementTypeWithAnnotations, array.ContainingAssembly)); 86return new SZArray(elementTypeWithAnnotations, array, constructedInterfaces); 511return new SZArray(newElementType, BaseTypeNoUseSiteDiagnostics, newInterfaces);