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