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