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