3 references to TypeOfIEnumerableGeneric
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (3)
608
Globals.
TypeOfIEnumerableGeneric
,
1041
getEnumeratorMethod = Globals.
TypeOfIEnumerableGeneric
.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericType(genericArgs)).GetMethod(Globals.GetEnumeratorMethodName);
1054
getEnumeratorMethod = Globals.
TypeOfIEnumerableGeneric
.MakeGenericType(itemType).GetMethod(Globals.GetEnumeratorMethodName);