5 references to TypeOfIEnumerable
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\CollectionDataContract.cs (4)
439
Globals.
TypeOfIEnumerable
1043
if (!Globals.
TypeOfIEnumerable
.IsAssignableFrom(type))
1163
knownInterfaceType = Globals.
TypeOfIEnumerable
;
1351
Globals.
TypeOfIEnumerable
;
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
236
dataContract = GetDataContract(Globals.
TypeOfIEnumerable
);