8 references to PT_G_IREADONLYLIST
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (2)
142
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
173
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
245
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
286
AggregateSymbol aggIReadOnlyList = SymbolLoader.GetPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1020
pDest.IsPredefType(PredefinedType.
PT_G_IREADONLYLIST
))
1370
pSource.IsPredefType(PredefinedType.
PT_G_IREADONLYLIST
) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
152
!aggDest.isPredefAgg(PredefinedType.
PT_G_IREADONLYLIST
))
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
174
new PredefinedTypeInfo(PredefinedType.
PT_G_IREADONLYLIST
, typeof(IReadOnlyList<>), "System.Collections.Generic.IReadOnlyList`1"),