2 references to LookupArray
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
75ArrayType pArray = TypeTable.LookupArray(elementType, rankNum);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (1)
92Debug.Assert(LookupArray(elementType, rankNum) == null);