2 writes to _collectionKind
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (2)
66_collectionKind = value; 137parameter._collectionKind = _collectionKind;
5 references to _collectionKind
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (5)
62return _collectionKind; 114if (_collectionKind != CollectionKind.None) 137parameter._collectionKind = _collectionKind; 380if (_type != null && (_type is ScalarType == false || (!collectionAllowed && _collectionKind != CollectionKind.None))) 385typeName = Function.GetTypeNameForErrorMessage(_type, _collectionKind, _isRefType);