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