2 references to PT_IENUMERABLE
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
141
if (pDest.IsPredefType(PredefinedType.
PT_IENUMERABLE
))
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
152
new PredefinedTypeInfo(PredefinedType.
PT_IENUMERABLE
, typeof(System.Collections.IEnumerable), "System.Collections.IEnumerable"),