8 references to PT_G_ILIST
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (2)
143AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 174AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
245AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 286AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1019pDest.IsPredefType(PredefinedType.PT_G_ILIST) || 1370pSource.IsPredefType(PredefinedType.PT_G_ILIST) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
156if (!aggDest.isPredefAgg(PredefinedType.PT_G_ILIST) &&
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
159new PredefinedTypeInfo(PredefinedType.PT_G_ILIST, typeof(IList<>), "System.Collections.Generic.IList`1"),