13 references to Length
System.Private.CoreLib (13)
src\System\Reflection\Associates.cs (1)
141int cAssociates = associatesData.Length / 2;
src\System\Reflection\MdImport.cs (1)
194Debug.Assert(0 <= index && index < Length);
src\System\Reflection\RuntimeAssembly.cs (1)
748for (int i = 0; i < enumResult.Length; i++)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
206if (tkCustomAttributeTokens.Length == 0) 211CustomAttributeRecord[] records = new CustomAttributeRecord[tkCustomAttributeTokens.Length]; 1423if (attributeTokens.Length == 0) 1435for (int i = 0; i < attributeTokens.Length; i++) 1453for (int i = 0; i < attributeTokens.Length; i++)
src\System\Reflection\RuntimeParameterInfo.cs (1)
55cParamDefs = tkParamDefs.Length;
src\System\RuntimeType.CoreCLR.cs (4)
918for (int i = 0; i < tkFields.Length; i++) 1085for (int i = 0; i < tkNestedClasses.Length; i++) 1159for (int i = 0; i < tkEvents.Length; i++) 1271for (int i = 0; i < tkProperties.Length; i++)