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