10 references to Length
System.Private.CoreLib (10)
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)
725for (int i = 0; i < enumResult.Length; i++)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
206if (tkCustomAttributeTokens.Length == 0) 211CustomAttributeRecord[] records = new CustomAttributeRecord[tkCustomAttributeTokens.Length];
src\System\Reflection\RuntimeParameterInfo.cs (1)
55cParamDefs = tkParamDefs.Length;
src\System\RuntimeType.CoreCLR.cs (4)
940for (int i = 0; i < tkFields.Length; i++) 1111for (int i = 0; i < tkNestedClasses.Length; i++) 1184for (int i = 0; i < tkEvents.Length; i++) 1303for (int i = 0; i < tkProperties.Length; i++)