9 references to Length
System.Private.CoreLib (9)
src\System\Reflection\MdFieldInfo.cs (1)
118(int)fieldMarshal.Length, m_declaringType).FieldType;
src\System\Reflection\MdImport.cs (1)
248nativeType.Length,
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
920_blob = new ReadOnlySpan<byte>((void*)attributeBlob.Signature, attributeBlob.Length); 1508IntPtr blobEnd = (IntPtr)((byte*)blobStart + caRecord.blob.Length); 1854int result = ParseAttributeUsageAttribute(blob.Signature, blob.Length, &attrTargetsLocal, &allowMultipleLocal, &inheritedLocal); 2244if (nativeType.Length == 0)
src\System\Reflection\RuntimeModule.cs (2)
65byte[] sig = new byte[signature.Length]; 67for (int i = 0; i < signature.Length; i++)
src\System\Reflection\RuntimePropertyInfo.cs (1)
74m_signature = new Signature(sig.Signature.ToPointer(), sig.Length, m_declaringType);