4 references to IsCollection
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
908return IsCollection(type, out itemType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
1301if (CollectionDataContract.IsCollection(type, out itemType)) 1479if (CollectionDataContract.IsCollection(type, out itemType))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (1)
505CollectionDataContract.IsCollection(type, out itemType) ||