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