6 references to IsCollectionInterface
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
434
if (CollectionDataContract.
IsCollectionInterface
(interfaceType))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
810
if (type.GetTypeInfo().IsInterface && !CollectionDataContract.
IsCollectionInterface
(type))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs (1)
367
if (declaredType.GetTypeInfo().IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\KnownTypeDataContractResolver.cs (1)
32
if (declaredType != null && declaredType.GetTypeInfo().IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
163
if (declaredType.GetTypeInfo().IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))
182
if (declaredType.GetTypeInfo().IsInterface && CollectionDataContract.
IsCollectionInterface
(declaredType))