4 references to PT_G_IREADONLYCOLLECTION
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1019pDest.IsPredefType(PredefinedType.PT_G_IREADONLYCOLLECTION) || 1371pSource.IsPredefType(PredefinedType.PT_G_IREADONLYCOLLECTION))
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
151!aggDest.isPredefAgg(PredefinedType.PT_G_IREADONLYCOLLECTION) &&
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
175new PredefinedTypeInfo(PredefinedType.PT_G_IREADONLYCOLLECTION, typeof(IReadOnlyCollection<>), "System.Collections.Generic.IReadOnlyCollection`1"),