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