10 references to Length
System.Private.CoreLib (10)
src\System\Reflection\Associates.cs (1)
141
int cAssociates = associatesData.
Length
/ 2;
src\System\Reflection\MdImport.cs (1)
194
Debug.Assert(0 <= index && index <
Length
);
src\System\Reflection\RuntimeAssembly.cs (1)
742
for (int i = 0; i < enumResult.
Length
; i++)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
206
if (tkCustomAttributeTokens.
Length
== 0)
211
CustomAttributeRecord[] records = new CustomAttributeRecord[tkCustomAttributeTokens.
Length
];
src\System\Reflection\RuntimeParameterInfo.cs (1)
55
cParamDefs = tkParamDefs.
Length
;
src\System\RuntimeType.CoreCLR.cs (4)
940
for (int i = 0; i < tkFields.
Length
; i++)
1111
for (int i = 0; i < tkNestedClasses.
Length
; i++)
1184
for (int i = 0; i < tkEvents.
Length
; i++)
1303
for (int i = 0; i < tkProperties.
Length
; i++)