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