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