2 references to LookupAggregate
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
96AggregateType pAggregate = TypeTable.LookupAggregate(agg, atsOuter, typeArgs);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (1)
77Debug.Assert(LookupAggregate(aggregate, outer, args) == null);