8 references to Length
mscorlib (8)
system\reflection\Associates.cs (1)
152int cAssociates = associatesData.Length / 2;
system\reflection\customattribute.cs (1)
329CustomAttributeRecord[] records = new CustomAttributeRecord[tkCustomAttributeTokens.Length];
system\reflection\mdimport.cs (1)
277Contract.Requires(0 <= index && index < Length);
system\reflection\parameterinfo.cs (1)
307cParamDefs = tkParamDefs.Length;
system\rttype.cs (4)
996for (int i = 0; i < tkFields.Length; i++) 1198for (int i = 0; i < tkNestedClasses.Length; i++) 1273for (int i = 0; i < tkEvents.Length; i++) 1386for (int i = 0; i < tkProperties.Length; i++)