1 implementation of ElementType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ArrayTypeSymbol.cs (1)
503ITypeSymbolInternal IArrayTypeSymbolInternal.ElementType => ElementType;
1 reference to ElementType
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1405if (type is IArrayTypeSymbolInternal { IsSZArray: true, ElementType: { } elementType })