8 references to PT_G_IREADONLYLIST
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (2)
144
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
175
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
246
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
287
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1021
pDest.IsPredefType(PredefinedType.
PT_G_IREADONLYLIST
))
1371
pSource.IsPredefType(PredefinedType.
PT_G_IREADONLYLIST
) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
160
!aggDest.isPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
))
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
176
new PredefinedTypeInfo(PredefinedType.
PT_G_IREADONLYLIST
, typeof(IReadOnlyList<>), "System.Collections.Generic.IReadOnlyList`1"),