3 references to IsCollectionType
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (3)
504
else if (Helper.
IsCollectionType
(propertyType))
526
if (!Helper.
IsCollectionType
(propertyType))
862
if (Helper.
IsCollectionType
(Item.TypeUsage.EdmType) && GetCollectionKind(Item.TypeUsage) != CollectionKind.None)