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