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