2 references to LookupPointer
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
137
PointerType pPointer = TypeTable.
LookupPointer
(baseType);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (1)
118
Debug.Assert(
LookupPointer
(elementType) == null);