2 references to GetSZArrayInterfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ArrayTypeSymbol.cs (2)
79
return new SZArray(elementTypeWithAnnotations, array,
GetSZArrayInterfaces
(elementTypeWithAnnotations, array.ContainingAssembly));
94
return CreateSZArray(elementType, declaringAssembly.GetSpecialType(SpecialType.System_Array),
GetSZArrayInterfaces
(elementType, declaringAssembly));