3 references to TypeOfIListGeneric
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (1)
1225
expectedTypeName, expectedTypeNs, DataContract.GetClrTypeFullName(Globals.
TypeOfIListGeneric
), DataContract.GetClrTypeFullName(Globals.TypeOfICollectionGeneric))));
System\Runtime\Serialization\CollectionDataContract.cs (2)
514
Globals.
TypeOfIListGeneric
,
964
if (interfaceTypeToCheck == Globals.TypeOfICollectionGeneric || interfaceTypeToCheck == Globals.
TypeOfIListGeneric
)