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