1 reference to NestedArrayDepth
System.Private.DataContractSerialization (1)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (1)
318internal int NestedArrayDepth => ArrayElementType == null ? 0 : 1 + ArrayElementType.NestedArrayDepth;