4 references to PT_G_IENUMERABLE
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1016else if (pDest.IsPredefType(PredefinedType.PT_G_IENUMERABLE) || 1367else 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)
153new PredefinedTypeInfo(PredefinedType.PT_G_IENUMERABLE, typeof(IEnumerable<>), "System.Collections.Generic.IEnumerable`1"),