2 references to m_length
System.Private.CoreLib (2)
src\System\Reflection\MdImport.cs (2)
114
public int Length =>
m_length
;
120
if (index < 0 || index >=
m_length
)