4 references to SystemCollectionsGeneric
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\CoreType.cs (4)
108
case CoreType.IEnumerableT: ns = Utf8Constants.
SystemCollectionsGeneric
; name = Utf8Constants.IEnumerableT; return;
109
case CoreType.ICollectionT: ns = Utf8Constants.
SystemCollectionsGeneric
; name = Utf8Constants.ICollectionT; return;
110
case CoreType.IListT: ns = Utf8Constants.
SystemCollectionsGeneric
; name = Utf8Constants.IListT; return;
111
case CoreType.IReadOnlyListT: ns = Utf8Constants.
SystemCollectionsGeneric
; name = Utf8Constants.IReadOnlyListT; return;