1 implementation of IsSZArray
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ArrayTypeSymbol.cs (1)
138
public abstract bool
IsSZArray
{ get; }
1 reference to IsSZArray
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1405
if (type is IArrayTypeSymbolInternal {
IsSZArray
: true, ElementType: { } elementType })