11 references to GetPredefAgg
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (4)
143AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 144AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_IREADONLYLIST); 174AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 175AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_IREADONLYLIST);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (4)
245AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 246AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_IREADONLYLIST); 286AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 287AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_IREADONLYLIST);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
556AggregateSymbol agg = SymbolLoader.GetPredefAgg(PredefinedType.PT_MISSING);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
231private static AggregateSymbol GetPredefAgg(PredefinedType pt) => SymbolLoader.GetPredefAgg(pt);
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
18public static AggregateType GetPredefindType(PredefinedType pt) => GetPredefAgg(pt).getThisType();