3 references to TypeOfIEnumerableGeneric
System.Runtime.Serialization (3)
System\Runtime\Serialization\CollectionDataContract.cs (3)
517
Globals.
TypeOfIEnumerableGeneric
,
959
getEnumeratorMethod = Globals.
TypeOfIEnumerableGeneric
.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericType(genericArgs)).GetMethod(Globals.GetEnumeratorMethodName);
968
getEnumeratorMethod = Globals.
TypeOfIEnumerableGeneric
.MakeGenericType(itemType).GetMethod(Globals.GetEnumeratorMethodName);