4 references to PT_G_ICOLLECTION
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1018pDest.IsPredefType(PredefinedType.PT_G_ICOLLECTION) || 1369pSource.IsPredefType(PredefinedType.PT_G_ICOLLECTION) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
157!aggDest.isPredefAgg(PredefinedType.PT_G_ICOLLECTION) &&
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
158new PredefinedTypeInfo(PredefinedType.PT_G_ICOLLECTION, typeof(ICollection<>), "System.Collections.Generic.ICollection`1"),