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