5 references to TypeOfIEnumerable
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (5)
610
Globals.
TypeOfIEnumerable
1020
if (!Globals.
TypeOfIEnumerable
.IsAssignableFrom(type))
1075
getEnumeratorMethod = Globals.
TypeOfIEnumerable
.GetMethod(Globals.GetEnumeratorMethodName);
1129
knownInterfaceType = Globals.
TypeOfIEnumerable
;
1270
ienumerableInterface = Globals.
TypeOfIEnumerable
;