9 references to IsCollectionInterface
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\ClassDataContract.cs (1)
326
if (CollectionDataContract.
IsCollectionInterface
(interfaceType))
System\Runtime\Serialization\DataContract.cs (1)
580
if (type.IsInterface && !CollectionDataContract.
IsCollectionInterface
(type))
System\Runtime\Serialization\DataContractSerializer.cs (1)
426
if (declaredType.IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (3)
179
if (isDeclaredTypeInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
248
if (!(isDeclaredTypeInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
328
if ((contractType == typeof(CollectionDataContract)) && !CollectionDataContract.
IsCollectionInterface
(declaredType))
System\Runtime\Serialization\KnownTypeDataContractResolver.cs (1)
31
if (declaredType != null && declaredType.IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
151
if (declaredType.IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
171
if (declaredType.IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))