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)
248
nativeType.
Length
,
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
920
_blob = new ReadOnlySpan<byte>((void*)attributeBlob.Signature, attributeBlob.
Length
);
src\System\Reflection\RuntimeModule.cs (2)
65
byte[] sig = new byte[signature.
Length
];
67
for (int i = 0; i < signature.
Length
; i++)
src\System\Reflection\RuntimePropertyInfo.cs (1)
74
m_signature = new Signature(sig.Signature.ToPointer(), sig.
Length
, m_declaringType);