2 references to m_length
mscorlib (2)
system\reflection\mdimport.cs (2)
176
public int Length { get { return
m_length
; } }
182
if (index < 0 || index >=
m_length
)