10 references to Length
mscorlib (10)
system\reflection\customattribute.cs (4)
1044
(int)attributeBlob.
Length
,
1698
IntPtr blobEnd = (IntPtr)((byte*)blobStart + caRecord.blob.
Length
);
1868
IntPtr blobEnd = (IntPtr)((byte*)blobStart + caRecord.blob.
Length
);
2056
_ParseAttributeUsageAttribute(ca.Signature, ca.
Length
, out _targets, out inherited, out allowMultiple);
system\reflection\fieldinfo.cs (1)
948
(int)fieldMarshal.
Length
, m_declaringType).FieldType;
system\reflection\mdimport.cs (1)
331
_GetMarshalAs(nativeType.Signature, (int)nativeType.
Length
,
system\reflection\module.cs (2)
684
byte[] sig = new byte[signature.
Length
];
686
for (int i = 0; i < signature.
Length
; i++)
system\reflection\propertyinfo.cs (1)
264
m_signature = new Signature(sig.Signature.ToPointer(), (int)sig.
Length
, m_declaringType);
system\runtime\interopservices\attributes.cs (1)
563
if (nativeType.
Length
== 0)