1 write to CollectionKind
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
197
CollectionKind
= CollectionKind.Bag;
4 references to CollectionKind
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
464
else if (Parameters.GetElementAt(0).
CollectionKind
== CollectionKind.None)
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
159
if (p.IsRefType || p.
CollectionKind
!= Metadata.Edm.CollectionKind.None)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
87
else if (
CollectionKind
!= CollectionKind.None)
System\Data\Metadata\Converter.cs (1)
973
somParameter.
CollectionKind
,