2 overrides of IsVariableBoundArray
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (1)
38
public override bool
IsVariableBoundArray
=> _multiDim;
System\Reflection\Runtime\TypeInfos\RuntimePointerTypeInfo.cs (1)
24
public sealed override bool
IsVariableBoundArray
=> false;
1 reference to IsVariableBoundArray
System.Private.CoreLib (1)
System\RuntimeType.NativeAot.cs (1)
534
return GetRuntimeTypeInfo().
IsVariableBoundArray
;