4 references to PT_G_IENUMERABLE
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1016
else if (pDest.IsPredefType(PredefinedType.
PT_G_IENUMERABLE
) ||
1367
else if (pSource.IsPredefType(PredefinedType.
PT_G_IENUMERABLE
) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
150
!aggDest.isPredefAgg(PredefinedType.
PT_G_IENUMERABLE
) &&
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
153
new PredefinedTypeInfo(PredefinedType.
PT_G_IENUMERABLE
, typeof(IEnumerable<>), "System.Collections.Generic.IEnumerable`1"),