8 references to PT_G_ILIST
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (2)
141AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 172AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
244AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST); 285AggregateSymbol aggIList = SymbolLoader.GetPredefAgg(PredefinedType.PT_G_ILIST);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1018pDest.IsPredefType(PredefinedType.PT_G_ILIST) || 1369pSource.IsPredefType(PredefinedType.PT_G_ILIST) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
148if (!aggDest.isPredefAgg(PredefinedType.PT_G_ILIST) &&
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
157new PredefinedTypeInfo(PredefinedType.PT_G_ILIST, typeof(IList<>), "System.Collections.Generic.IList`1"),