10 references to Length
mscorlib (10)
system\reflection\customattribute.cs (4)
1044(int)attributeBlob.Length, 1698IntPtr blobEnd = (IntPtr)((byte*)blobStart + caRecord.blob.Length); 1868IntPtr 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)
684byte[] sig = new byte[signature.Length]; 686for (int i = 0; i < signature.Length; i++)
system\reflection\propertyinfo.cs (1)
264m_signature = new Signature(sig.Signature.ToPointer(), (int)sig.Length, m_declaringType);
system\runtime\interopservices\attributes.cs (1)
563if (nativeType.Length == 0)