1 implementation of IArrayTypeSymbolInternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ArrayTypeSymbol.cs (1)
21internal abstract partial class ArrayTypeSymbol : TypeSymbol, IArrayTypeSymbolInternal
2 references to IArrayTypeSymbolInternal
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1405if (type is IArrayTypeSymbolInternal { IsSZArray: true, ElementType: { } elementType })
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ArrayTypeSymbol.cs (1)
503ITypeSymbolInternal IArrayTypeSymbolInternal.ElementType => ElementType;