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