6 references to Length
System.Private.CoreLib (6)
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 (1)
926_blob = new ReadOnlySpan<byte>((void*)attributeBlob.Signature, attributeBlob.Length);
src\System\Reflection\RuntimeModule.cs (2)
68byte[] sig = new byte[signature.Length]; 70for (int i = 0; i < signature.Length; i++)
src\System\Reflection\RuntimePropertyInfo.cs (1)
74m_signature = new Signature(sig.Signature.ToPointer(), sig.Length, m_declaringType);