2 references to BaseElementType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
467CType elementType = ((ArrayType)pType).BaseElementType;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\ArrayType.cs (1)
47public override bool IsUnsafe() => BaseElementType is PointerType;