2 references to SZArray
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ArrayTypeSymbol.cs (2)
79
return new
SZArray
(elementTypeWithAnnotations, array, GetSZArrayInterfaces(elementTypeWithAnnotations, array.ContainingAssembly));
87
return new
SZArray
(elementTypeWithAnnotations, array, constructedInterfaces);